Searched refs:bpf_xdp_attach_opts (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_fwd_user.c52 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_link.c13 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
H A Dxdp_attach.c14 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
H A Dtest_tunnel.c631 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1194 struct bpf_xdp_attach_opts { struct
1215 const struct bpf_xdp_attach_opts *opts);
1217 const struct bpf_xdp_attach_opts *opts);
H A Dnetlink.c322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts)
326 if (!OPTS_VALID(opts, bpf_xdp_attach_opts))
339 int bpf_xdp_detach(int ifindex, __u32 flags, const struct bpf_xdp_attach_opts *opts)
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c25 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);
H A Dxdp_hw_metadata.c579 LIBBPF_OPTS(bpf_xdp_attach_opts, opts);

Completed in 154 milliseconds