Searched refs:bpf_xdp_query_opts (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_info.c | 11 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in serial_test_xdp_info()
|
A D | xdp_do_redirect.c | 102 LIBBPF_OPTS(bpf_xdp_query_opts, query_opts); in test_xdp_do_redirect()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | netlink.c | 427 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() 442 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query() 497 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in bpf_xdp_query_id()
|
A D | libbpf.h | 1044 struct bpf_xdp_query_opts { struct 1060 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts); argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xdp_features.c | 417 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in dut_run()
|
A D | xsk.c | 272 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in xsk_is_in_mode()
|
A D | xskxceiver.c | 1264 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in thread_common_ops()
|
Completed in 16 milliseconds