Searched refs:libbpf_netlink_send_recv (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | netlink.c | 214 static int libbpf_netlink_send_recv(struct libbpf_nla_req *req, in libbpf_netlink_send_recv() function 274 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in __bpf_set_link_xdp_fd_replace() 385 err = libbpf_netlink_send_recv(&req, __dump_link_nlmsg, in bpf_xdp_query() 496 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in tc_qdisc_modify() 676 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_attach() 742 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in __bpf_tc_detach() 807 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_query()
|