Home
last modified time | relevance | path

Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr_private.h207 struct net_bridge struct
209 spinlock_t lock;
210 struct list_head port_list;
211 struct net_device *dev;
213 struct pcpu_sw_netstats __percpu *stats;
214 spinlock_t hash_lock;
215 struct hlist_head hash[BR_HASH_SIZE];
217 struct rtable fake_rtable;
218 bool nf_call_iptables;
219 bool nf_call_ip6tables;
[all …]
Dbr_sysfs_br.c33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()