Searched defs:dsa_device_ops (Results 1 – 1 of 1) sorted by relevance
67 struct dsa_device_ops { struct68 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);69 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev,71 int (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,77 bool (*filter)(const struct sk_buff *skb, struct net_device *dev);78 unsigned int overhead;79 const char *name;80 enum dsa_tag_protocol proto;