Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Ddsa.h92 struct dsa_device_ops { struct
93 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
94 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);
95 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
97 int (*connect)(struct dsa_switch *ds);
98 void (*disconnect)(struct dsa_switch *ds);
99 unsigned int needed_headroom;
100 unsigned int needed_tailroom;
101 const char *name;
102 enum dsa_tag_protocol proto;
[all …]