Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddsa.h106 struct dsa_device_ops { struct
107 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
108 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);
109 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
111 int (*connect)(struct dsa_switch *ds);
112 void (*disconnect)(struct dsa_switch *ds);
113 unsigned int needed_headroom;
114 unsigned int needed_tailroom;
115 const char *name;
116 enum dsa_tag_protocol proto;
[all …]