Searched refs:libbpf_netlink_send_recv (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/lib/bpf/ |
A D | netlink.c | 221 static int libbpf_netlink_send_recv(struct libbpf_nla_req *req, in libbpf_netlink_send_recv() function 281 return libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in libbpf_netlink_resolve_genl_family_id() 318 return libbpf_netlink_send_recv(&req, NETLINK_ROUTE, NULL, NULL, NULL); in __bpf_set_link_xdp_fd_replace() 456 err = libbpf_netlink_send_recv(&req, NETLINK_ROUTE, __dump_link_nlmsg, in bpf_xdp_query() 485 err = libbpf_netlink_send_recv(&req, NETLINK_GENERIC, in bpf_xdp_query() 592 return libbpf_netlink_send_recv(&req, NETLINK_ROUTE, NULL, NULL, NULL); in tc_qdisc_modify() 772 ret = libbpf_netlink_send_recv(&req, NETLINK_ROUTE, get_tc_info, NULL, in bpf_tc_attach() 839 return libbpf_netlink_send_recv(&req, NETLINK_ROUTE, NULL, NULL, NULL); in __bpf_tc_detach() 904 ret = libbpf_netlink_send_recv(&req, NETLINK_ROUTE, get_tc_info, NULL, in bpf_tc_query()
|
Completed in 4 milliseconds