Home
last modified time | relevance | path

Searched refs:bpf_tc_query (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c52 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/
Dlibbpf.map368 bpf_tc_query;
Dlibbpf.h640 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
Dnetlink.c702 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function