Searched refs:__bpf_set_link_xdp_fd_replace (Results 1 – 1 of 1) sorted by relevance
/external/libbpf/src/ |
D | netlink.c | 184 static int __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, in __bpf_set_link_xdp_fd_replace() function 233 err = __bpf_set_link_xdp_fd_replace(ifindex, prog_fd, old_prog_fd, flags); in bpf_xdp_attach() 255 ret = __bpf_set_link_xdp_fd_replace(ifindex, fd, old_fd, flags); in bpf_set_link_xdp_fd_opts() 263 ret = __bpf_set_link_xdp_fd_replace(ifindex, fd, 0, flags); in bpf_set_link_xdp_fd()
|