Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
176 struct net_bridge struct178 spinlock_t lock;179 struct list_head port_list;180 struct net_device *dev;182 struct br_cpu_netstats __percpu *stats;183 spinlock_t hash_lock;184 struct hlist_head hash[BR_HASH_SIZE];185 u32 feature_mask;187 struct rtable fake_rtable;188 bool nf_call_iptables;[all …]
32 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()