Searched refs:bpf_xdp_query_opts (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ | 
| D | xdp_info.c | 11 	LIBBPF_OPTS(bpf_xdp_query_opts, opts);  in serial_test_xdp_info()
 | 
| D | xdp_do_redirect.c | 94 	LIBBPF_OPTS(bpf_xdp_query_opts, query_opts);  in test_xdp_do_redirect()
 | 
| D | xdp_bonding.c | 498 	LIBBPF_OPTS(bpf_xdp_query_opts, query_opts);  in test_xdp_bonding_features()
 | 
| /Linux-v6.6/tools/lib/bpf/ | 
| 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()
 
 | 
| D | libbpf.h | 1167 struct bpf_xdp_query_opts {  struct1184 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts);  argument
 
 | 
| /Linux-v6.6/tools/testing/selftests/bpf/ | 
| D | xdp_features.c | 430 			LIBBPF_OPTS(bpf_xdp_query_opts, opts);  in dut_run()
 | 
| D | xsk.c | 280 	LIBBPF_OPTS(bpf_xdp_query_opts, opts);  in xsk_is_in_mode()
 | 
| 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()
 
 |