Searched defs:dsa_device_ops (Results 1 – 2 of 2) sorted by relevance
109 struct dsa_device_ops { struct110 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,
42 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable