Searched defs:dsa_device_ops (Results 1 – 1 of 1) sorted by relevance
94 struct dsa_device_ops { struct95 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 …]