Searched defs:dsa_device_ops (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | dsa.h | 73 struct dsa_device_ops { struct 74 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev); 75 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev, 77 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto, 83 bool (*filter)(const struct sk_buff *skb, struct net_device *dev); 84 unsigned int overhead; 85 const char *name; 86 enum dsa_tag_protocol proto; 92 bool promisc_on_master; 93 bool tail_tag;
|
| /kernel/linux/linux-4.19/include/net/ |
| D | dsa.h | 109 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,
|
| /kernel/linux/linux-4.19/net/dsa/ |
| D | dsa.c | 42 const struct dsa_device_ops *dsa_device_ops[DSA_TAG_LAST] = { variable
|