Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A 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()
H A Dlibbpf.h507 struct bpf_xdp_set_link_opts { struct
516 const struct bpf_xdp_set_link_opts *opts); argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_attach.c14 DECLARE_LIBBPF_OPTS(bpf_xdp_set_link_opts, opts, in test_xdp_attach()
H A Dxdp_link.c12 DECLARE_LIBBPF_OPTS(bpf_xdp_set_link_opts, opts, .old_fd = -1); in test_xdp_link()