Searched defs:dsa_device_ops (Results 1 – 1 of 1) sorted by relevance
84 struct dsa_device_ops { struct85 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);86 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);87 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,89 unsigned int needed_headroom;90 unsigned int needed_tailroom;91 const char *name;92 enum dsa_tag_protocol proto;98 bool promisc_on_master;