libbpf-rs icon indicating copy to clipboard operation
libbpf-rs copied to clipboard

Support bpf_xdp_attach and bpf_xdp_detach

Open insearchoflosttime opened this issue 3 years ago • 0 comments

Defined in libbpf as:

LIBBPF_API int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags,
			      const struct bpf_xdp_attach_opts *opts);
LIBBPF_API int bpf_xdp_detach(int ifindex, __u32 flags,
			      const struct bpf_xdp_attach_opts *opts);

https://github.com/libbpf/libbpf/blob/3591deb9bc6b0848721f831790b78ae0a593b4c5/src/libbpf.h#L898-L901

insearchoflosttime avatar Mar 16 '22 21:03 insearchoflosttime