Home
last modified time | relevance | path

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

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