Searched refs:bpf_xdp_query_opts (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_info.c | 11 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in serial_test_xdp_info()
|
H A D | xdp_do_redirect.c | 94 LIBBPF_OPTS(bpf_xdp_query_opts, query_opts); in test_xdp_do_redirect()
|
H A D | xdp_bonding.c | 498 LIBBPF_OPTS(bpf_xdp_query_opts, query_opts); in test_xdp_bonding_features()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query() 446 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query() 508 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in bpf_xdp_query_id()
|
H A D | libbpf.h | 1167 struct bpf_xdp_query_opts { struct 1184 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts); argument
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 430 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in dut_run()
|
H A D | xsk.c | 280 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in xsk_is_in_mode()
|
H A D | xskxceiver.c | 1433 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in thread_common_ops() 2060 LIBBPF_OPTS(bpf_xdp_query_opts, query_opts); in init_iface()
|