Searched defs:net_bridge (Results 1 – 2 of 2) sorted by relevance
312 struct net_bridge { struct324 struct net_bridge_vlan_group __rcu *vlgrp; argument327 struct rhashtable fdb_hash_tbl;329 union {333 bool nf_call_iptables;334 bool nf_call_ip6tables;335 bool nf_call_arptables;337 u16 group_fwd_mask;338 u16 group_fwd_mask_required;341 bridge_id designated_root;[all …]
33 int (*set)(struct net_bridge *, unsigned long)) in store_bridge_parm()