Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A 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()
261 ret = bpf_tc_query(hook, &opts_p); in test_tc_bpf_api()
265 ret = bpf_tc_query(hook, &opts_h); in test_tc_bpf_api()
[all …]
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.map266 bpf_tc_query;
A Dlibbpf.h1103 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
A Dnetlink.c854 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function

Completed in 9 milliseconds