Searched refs:libbpf_netlink_send_recv (Results 1 – 1 of 1) sorted by relevance
/external/libbpf/src/ |
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() 353 err = libbpf_netlink_send_recv(&req, __dump_link_nlmsg, in bpf_xdp_query() 493 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in tc_qdisc_modify() 672 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_attach() 738 return libbpf_netlink_send_recv(&req, NULL, NULL, NULL); in __bpf_tc_detach() 803 ret = libbpf_netlink_send_recv(&req, get_tc_info, NULL, &info); in bpf_tc_query()
|