Searched refs:bpf_xdp_attach_opts (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_attach.c | 14 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in serial_test_xdp_attach()
|
| D | xdp_link.c | 13 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in serial_test_xdp_link()
|
| /Linux-v6.1/samples/bpf/ |
| D | xdp_fwd_user.c | 52 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in do_detach()
|
| /Linux-v6.1/tools/lib/bpf/ |
| D | libbpf.h | 946 struct bpf_xdp_attach_opts { struct 965 const struct bpf_xdp_attach_opts *opts); argument 967 const struct bpf_xdp_attach_opts *opts);
|
| D | netlink.c | 277 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/ |
| D | xdp_synproxy.c | 25 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in cleanup()
|