Home
last modified time | relevance | path

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

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