Home
last modified time | relevance | path

Searched refs:bpf_xdp_query_opts (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dnetlink.c360 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query()
371 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query()
401 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in bpf_xdp_query_id()
Dlibbpf.h953 struct bpf_xdp_query_opts { struct
968 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts); argument
/Linux-v6.1/tools/testing/selftests/bpf/
Dxskxceiver.c1281 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in thread_common_ops()