Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
206 struct net_bridge struct208 spinlock_t lock;209 struct list_head port_list;210 struct net_device *dev;212 struct br_cpu_netstats __percpu *stats;213 spinlock_t hash_lock;214 struct hlist_head hash[BR_HASH_SIZE];216 struct rtable fake_rtable;217 bool nf_call_iptables;218 bool nf_call_ip6tables;[all …]
33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()