Home
last modified time | relevance | path

Searched defs:dsa_device_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/
Ddsa.h109 struct dsa_device_ops { struct
110 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
111 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev,
113 int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
/Linux-v4.19/net/dsa/
Ddsa.c42 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable