Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h10662 struct netlink_callback { struct
10665 int (*dump)(struct sk_buff *, struct netlink_callback *); argument
10666 int (*done)(struct netlink_callback *); argument
10667 void *data;
10668 struct module *module;
10669 struct netlink_ext_ack *extack;
10670 u16 family;
10671 u16 answer_flags;
10672 u32 min_dump_alloc;
10673 unsigned int prev_seq;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h10577 struct netlink_callback { struct
10580 int (*dump)(struct sk_buff *, struct netlink_callback *); argument
10581 int (*done)(struct netlink_callback *); argument
10582 void *data;
10583 struct module *module;
10584 struct netlink_ext_ack *extack;
10585 u16 family;
10586 u16 answer_flags;
10587 u32 min_dump_alloc;
10588 unsigned int prev_seq;
[all …]