Searched defs:macvlan_port (Results 1 – 1 of 1) sorted by relevance
44 struct macvlan_port { struct45 struct net_device *dev;46 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];47 struct list_head vlans;48 struct sk_buff_head bc_queue;49 struct work_struct bc_work;73 static void macvlan_port_destroy(struct net_device *dev); argument74 static void update_port_bc_queue_len(struct macvlan_port *port); argument