Home
last modified time | relevance | path

Searched refs:dsa_8021q_xmit (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/dsa/
D8021q.h20 struct sk_buff *dsa_8021q_xmit(struct sk_buff *skb, struct net_device *netdev,
41 struct sk_buff *dsa_8021q_xmit(struct sk_buff *skb, struct net_device *netdev, in dsa_8021q_xmit() function
/Linux-v5.4/net/dsa/
Dtag_8021q.c292 struct sk_buff *dsa_8021q_xmit(struct sk_buff *skb, struct net_device *netdev, in dsa_8021q_xmit() function
300 EXPORT_SYMBOL_GPL(dsa_8021q_xmit);
Dtag_sja1105.c110 return dsa_8021q_xmit(skb, netdev, ETH_P_SJA1105, in sja1105_xmit()