Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dif_macvlan.h37 struct macvlan_dev { struct
38 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