Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
183 struct net_bridge struct185 spinlock_t lock;186 struct list_head port_list;187 struct net_device *dev;189 struct br_cpu_netstats __percpu *stats;190 spinlock_t hash_lock;191 struct hlist_head hash[BR_HASH_SIZE];193 struct rtable fake_rtable;194 bool nf_call_iptables;195 bool nf_call_ip6tables;[all …]
32 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()