Searched refs:libbpf_netlink_send_recv (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/lib/bpf/ |
D | netlink.c | 157 static int libbpf_netlink_send_recv(struct libbpf_nla_req *req, in libbpf_netlink_send_recv() function 217 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in __bpf_set_link_xdp_fd_replace() 331 ret = libbpf_netlink_send_recv(&req, __dump_link_nlmsg, in bpf_get_link_xdp_info() 442 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in tc_qdisc_modify() 621 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_attach() 687 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in __bpf_tc_detach() 752 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_query()
|