Home
last modified time | relevance | path

Searched refs:bpf_xdp_set_link_opts (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dxdp_attach.c14 DECLARE_LIBBPF_OPTS(bpf_xdp_set_link_opts, opts, in test_xdp_attach()
Dxdp_link.c12 DECLARE_LIBBPF_OPTS(bpf_xdp_set_link_opts, opts, .old_fd = -1); in test_xdp_link()
/tools/lib/bpf/
Dnetlink.c203 const struct bpf_xdp_set_link_opts *opts) in bpf_set_link_xdp_fd_opts()
207 if (!OPTS_VALID(opts, bpf_xdp_set_link_opts)) in bpf_set_link_xdp_fd_opts()
Dlibbpf.h507 struct bpf_xdp_set_link_opts { struct
516 const struct bpf_xdp_set_link_opts *opts); argument