Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
275 struct net_bridge struct277 spinlock_t lock;278 struct list_head port_list;279 struct net_device *dev;281 struct pcpu_sw_netstats __percpu *stats;282 spinlock_t hash_lock;283 struct hlist_head hash[BR_HASH_SIZE];285 union {289 bool nf_call_iptables;290 bool nf_call_ip6tables;[all …]
32 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()