Home
last modified time | relevance | path

Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance

/net/bridge/
Dbr_private.h206 struct net_bridge struct
208 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 …]
Dbr_sysfs_br.c33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()