Searched defs:macvlan_port (Results 1 – 1 of 1) sorted by relevance
43 struct macvlan_port { struct44 struct net_device *dev;45 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];46 struct list_head vlans;70 static void macvlan_port_destroy(struct net_device *dev); argument71 static void update_port_bc_queue_len(struct macvlan_port *port); argument
Completed in 15 milliseconds