Home
last modified time | relevance | path

Searched refs:bpf_xdp_attach_opts (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dxdp_attach.c14 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in serial_test_xdp_attach()
Dxdp_link.c13 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in serial_test_xdp_link()
/Linux-v6.1/samples/bpf/
Dxdp_fwd_user.c52 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in do_detach()
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.h946 struct bpf_xdp_attach_opts { struct
965 const struct bpf_xdp_attach_opts *opts); argument
967 const struct bpf_xdp_attach_opts *opts);
Dnetlink.c277 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_attach()
281 if (!OPTS_VALID(opts, bpf_xdp_attach_opts)) in bpf_xdp_attach()
294 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_detach()
/Linux-v6.1/tools/testing/selftests/bpf/
Dxdp_synproxy.c25 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in cleanup()