Searched defs:macvlan_port (Results 1 – 2 of 2) sorted by relevance
101991 struct macvlan_port { struct101992 struct net_device *dev;101993 struct hlist_head vlan_hash[256];101994 struct list_head vlans;101995 struct sk_buff_head bc_queue;101996 struct work_struct bc_work;101997 u32 bc_queue_len_used;101998 u32 flags;101999 int count;102000 struct hlist_head vlan_source_hash[256];[all …]