Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
252 struct net_bridge struct254 spinlock_t lock;255 struct list_head port_list;256 struct net_device *dev;258 struct pcpu_sw_netstats __percpu *stats;259 spinlock_t hash_lock;260 struct hlist_head hash[BR_HASH_SIZE];262 union {266 bool nf_call_iptables;267 bool nf_call_ip6tables;[all …]
33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()