Home
last modified time | relevance | path

Searched defs:macvlan_port (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h101991 struct macvlan_port { struct
101992 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 …]
H A Dvmlinux.h101991 struct macvlan_port { struct
101992 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 …]