Searched refs:dsa_8021q_rcv (Results 1 – 4 of 4) sorted by relevance
36 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id);
59 dsa_8021q_rcv(skb, &src_port, &switch_id); in ocelot_rcv()
576 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id) in dsa_8021q_rcv() function595 EXPORT_SYMBOL_GPL(dsa_8021q_rcv);
472 return dsa_8021q_rcv(skb, source_port, switch_id); in sja1105_vlan_rcv()