Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Ddsa.h73 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;