Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h130338 struct ethnl_request_ops { struct
130339 u8 request_cmd;
130340 u8 reply_cmd;
130341 u16 hdr_attr;
130342 unsigned int req_info_size;
130343 unsigned int reply_data_size;
130344 bool allow_nodev_do;
130345 u8 set_ntf_cmd;
130346 int (*parse_request)(struct ethnl_req_info *, struct nlattr **, struct netlink_ext_ack *);
130347 …*prepare_data)(const struct ethnl_req_info *, struct ethnl_reply_data *, const struct genl_info *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h137992 struct ethnl_request_ops { struct
137993 u8 request_cmd;
137994 u8 reply_cmd;
137995 u16 hdr_attr;
137996 unsigned int req_info_size;
137997 unsigned int reply_data_size;
137998 bool allow_nodev_do;
137999 u8 set_ntf_cmd;
138000 int (*parse_request)(struct ethnl_req_info *, struct nlattr **, struct netlink_ext_ack *);
138001 …*prepare_data)(const struct ethnl_req_info *, struct ethnl_reply_data *, const struct genl_info *);
[all …]