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;47 struct sk_buff_head bc_queue;48 struct work_struct bc_work;72 static void macvlan_port_destroy(struct net_device *dev); argument73 static void update_port_bc_queue_len(struct macvlan_port *port); argument