Home
last modified time | relevance | path

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

/linux-2.6.39/net/bridge/
Dbr_private.h176 struct net_bridge struct
178 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 …]
Dbr_sysfs_br.c32 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()