Loading drivers/net/bonding/bond_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to the static const char * const version = DRV_DESCRIPTION ": v" DRV_VERSION " (" DRV_RELDATE ")\n"; int bond_net_id; int bond_net_id __read_mostly; static __be32 arp_target[BOND_MAX_ARP_TARGETS]; static int arp_ip_count; Loading drivers/net/ppp_generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ static atomic_t ppp_unit_count = ATOMIC_INIT(0); static atomic_t channel_count = ATOMIC_INIT(0); /* per-net private data for this module */ static int ppp_net_id; static int ppp_net_id __read_mostly; struct ppp_net { /* units to ppp mapping */ struct idr units_idr; Loading drivers/net/pppoe.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static const struct proto_ops pppoe_ops; static struct ppp_channel_ops pppoe_chan_ops; /* per-net private data for this module */ static int pppoe_net_id; static int pppoe_net_id __read_mostly; struct pppoe_net { /* * we could use _single_ hash table for all Loading drivers/net/pppol2tp.c +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ static struct ppp_channel_ops pppol2tp_chan_ops = { pppol2tp_xmit , NULL }; static const struct proto_ops pppol2tp_ops; /* per-net private data for this module */ static int pppol2tp_net_id; static int pppol2tp_net_id __read_mostly; struct pppol2tp_net { struct list_head pppol2tp_tunnel_list; rwlock_t pppol2tp_tunnel_list_lock; Loading net/8021q/vlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ /* Global VLAN variables */ int vlan_net_id; int vlan_net_id __read_mostly; /* Our listing of VLAN group(s) */ static struct hlist_head vlan_group_hash[VLAN_GRP_HASH_SIZE]; Loading Loading
drivers/net/bonding/bond_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to the static const char * const version = DRV_DESCRIPTION ": v" DRV_VERSION " (" DRV_RELDATE ")\n"; int bond_net_id; int bond_net_id __read_mostly; static __be32 arp_target[BOND_MAX_ARP_TARGETS]; static int arp_ip_count; Loading
drivers/net/ppp_generic.c +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ static atomic_t ppp_unit_count = ATOMIC_INIT(0); static atomic_t channel_count = ATOMIC_INIT(0); /* per-net private data for this module */ static int ppp_net_id; static int ppp_net_id __read_mostly; struct ppp_net { /* units to ppp mapping */ struct idr units_idr; Loading
drivers/net/pppoe.c +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ static const struct proto_ops pppoe_ops; static struct ppp_channel_ops pppoe_chan_ops; /* per-net private data for this module */ static int pppoe_net_id; static int pppoe_net_id __read_mostly; struct pppoe_net { /* * we could use _single_ hash table for all Loading
drivers/net/pppol2tp.c +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ static struct ppp_channel_ops pppol2tp_chan_ops = { pppol2tp_xmit , NULL }; static const struct proto_ops pppol2tp_ops; /* per-net private data for this module */ static int pppol2tp_net_id; static int pppol2tp_net_id __read_mostly; struct pppol2tp_net { struct list_head pppol2tp_tunnel_list; rwlock_t pppol2tp_tunnel_list_lock; Loading
net/8021q/vlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ /* Global VLAN variables */ int vlan_net_id; int vlan_net_id __read_mostly; /* Our listing of VLAN group(s) */ static struct hlist_head vlan_group_hash[VLAN_GRP_HASH_SIZE]; Loading