Searched refs:bpf_tc_query (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ | 
| D | tc_bpf.c | 52 	ret = bpf_tc_query(hook, &opts);  in test_tc_bpf_basic() 97 	ret = bpf_tc_query(&inv_hook, &opts);  in test_tc_bpf_api() 121 	ret = bpf_tc_query(&inv_hook, &opts);  in test_tc_bpf_api() 145 	ret = bpf_tc_query(&inv_hook, &opts);  in test_tc_bpf_api() 169 	ret = bpf_tc_query(&inv_hook, &opts);  in test_tc_bpf_api() 194 	ret = bpf_tc_query(&inv_hook, &opts);  in test_tc_bpf_api() 241 		ret = bpf_tc_query(NULL, &opts);  in test_tc_bpf_api() 245 		ret = bpf_tc_query(hook, NULL);  in test_tc_bpf_api() 249 		ret = bpf_tc_query(hook, &opts_hpr);  in test_tc_bpf_api() 253 		ret = bpf_tc_query(hook, &opts_hpf);  in test_tc_bpf_api() [all …] 
 | 
| /Linux-v5.15/tools/lib/bpf/ | 
| D | libbpf.map | 368 		bpf_tc_query;
  | 
| D | libbpf.h | 640 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
  | 
| D | netlink.c | 702 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts)  in bpf_tc_query()  function
  |