Home
last modified time | relevance | path

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

/linux/include/net/
A Ddsa.h86 struct dsa_device_ops { struct
87 struct sk_buff *(*xmit)(struct sk_buff *skb, struct net_device *dev);
88 struct sk_buff *(*rcv)(struct sk_buff *skb, struct net_device *dev);
89 void (*flow_dissect)(const struct sk_buff *skb, __be16 *proto,
91 unsigned int needed_headroom;
92 unsigned int needed_tailroom;
93 const char *name;
94 enum dsa_tag_protocol proto;
100 bool promisc_on_master;

Completed in 9 milliseconds