Searched defs:macvlan_dev (Results 1 – 1 of 1) sorted by relevance
37 struct macvlan_dev { struct38 struct net_device *dev;39 struct list_head list;40 struct hlist_node hlist;41 struct macvlan_port *port;42 struct net_device *lowerdev;66 static inline void macvlan_count_rx(const struct macvlan_dev *vlan, in macvlan_count_rx() argument