Home
last modified time | relevance | path

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

/openbmc/linux/net/dsa/
H A Dtag_8021q.h16 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id,
H A Dtag_ocelot_8021q.c84 dsa_8021q_rcv(skb, &src_port, &switch_id, NULL); in ocelot_rcv()
H A Dtag_8021q.c500 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 Dtag_sja1105.c491 return dsa_8021q_rcv(skb, source_port, switch_id, vbid); in sja1105_vlan_rcv()