Home
last modified time | relevance | path

Searched refs:br_allowed_ingress (Results 1 – 4 of 4) sorted by relevance

/net/bridge/
Dbr_input.c73 if (!br_allowed_ingress(p->br, nbp_get_vlan_info(p), skb, &vid)) in br_handle_frame_finish()
Dbr_private.h565 extern bool br_allowed_ingress(struct net_bridge *br, struct net_port_vlans *v,
623 static inline bool br_allowed_ingress(struct net_bridge *br, in br_allowed_ingress() function
Dbr_vlan.c192 bool br_allowed_ingress(struct net_bridge *br, struct net_port_vlans *v, in br_allowed_ingress() function
Dbr_device.c44 if (!br_allowed_ingress(br, br_get_vlan_info(br), skb, &vid)) in br_dev_xmit()