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.h94 struct dsa_device_ops { struct
95 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
96 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);
97 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
99 int (*connect)(struct dsa_switch *ds);
100 void (*disconnect)(struct dsa_switch *ds);
101 unsigned int needed_headroom;
102 unsigned int needed_tailroom;
103 const char *name;
104 enum dsa_tag_protocol proto;
[all …]