Home
last modified time | relevance | path

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

/drivers/net/
Dmacvlan.c43 struct macvlan_port { struct
44 struct net_device *dev;
45 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];
69 static void macvlan_port_destroy(struct net_device *dev); argument
71 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru() argument