Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
207 struct net_bridge struct209 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 …]
33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()