Searched refs:dsa_8021q_rcv (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | tag_8021q.h | 16 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id,
|
H A D | tag_ocelot_8021q.c | 84 dsa_8021q_rcv(skb, &src_port, &switch_id, NULL); in ocelot_rcv()
|
H A D | tag_8021q.c | 500 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id, in dsa_8021q_rcv() function 524 EXPORT_SYMBOL_GPL(dsa_8021q_rcv);
|
H A D | tag_sja1105.c | 491 return dsa_8021q_rcv(skb, source_port, switch_id, vbid); in sja1105_vlan_rcv()
|