Searched refs:bpf_xdp_attach_opts (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/samples/bpf/ |
D | xdp_fwd_user.c | 52 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in do_detach()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_attach.c | 14 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in test_xdp_attach()
|
D | xdp_link.c | 13 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in serial_test_xdp_link()
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.h | 1160 struct bpf_xdp_attach_opts { struct 1181 const struct bpf_xdp_attach_opts *opts); argument 1183 const struct bpf_xdp_attach_opts *opts);
|
D | netlink.c | 322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_attach() 326 if (!OPTS_VALID(opts, bpf_xdp_attach_opts)) in bpf_xdp_attach() 339 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_detach()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | xdp_synproxy.c | 25 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in cleanup()
|
D | xdp_hw_metadata.c | 372 LIBBPF_OPTS(bpf_xdp_attach_opts, opts); in cleanup()
|