Searched refs:br_allowed_ingress (Results 1 – 4 of 4) sorted by relevance
/net/bridge/ |
D | br_input.c | 73 if (!br_allowed_ingress(p->br, nbp_get_vlan_info(p), skb, &vid)) in br_handle_frame_finish()
|
D | br_private.h | 565 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
|
D | br_vlan.c | 192 bool br_allowed_ingress(struct net_bridge *br, struct net_port_vlans *v, in br_allowed_ingress() function
|
D | br_device.c | 44 if (!br_allowed_ingress(br, br_get_vlan_info(br), skb, &vid)) in br_dev_xmit()
|