Searched refs:libbpf_dump_nlmsg_t (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | netlink.c | 26 typedef int (*libbpf_dump_nlmsg_t)(void *cookie, void *msg, struct nlattr **tb); typedef 28 typedef int (*__dump_nlmsg_t)(struct nlmsghdr *nlmsg, libbpf_dump_nlmsg_t, 132 __dump_nlmsg_t _fn, libbpf_dump_nlmsg_t fn, in libbpf_netlink_recv() 223 libbpf_dump_nlmsg_t parse_attr, in libbpf_netlink_send_recv() 248 static int parse_genl_family_id(struct nlmsghdr *nh, libbpf_dump_nlmsg_t fn, in parse_genl_family_id() 344 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg() 404 static int parse_xdp_features(struct nlmsghdr *nh, libbpf_dump_nlmsg_t fn, in parse_xdp_features() 670 static int get_tc_info(struct nlmsghdr *nh, libbpf_dump_nlmsg_t fn, in get_tc_info()
|
Completed in 5 milliseconds