Searched defs:macvlan_port (Results 1 – 1 of 1) sorted by relevance
45 struct macvlan_port { struct46 struct net_device *dev;47 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];71 static void macvlan_port_destroy(struct net_device *dev); argument73 static inline bool macvlan_passthru(const struct macvlan_port *port) in macvlan_passthru() argument