Home
last modified time | relevance | path

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

/linux/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/tools/lib/bpf/
A Dlibbpf.map368 bpf_tc_query;
A Dnetlink.c702 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function
A Dlibbpf.h745 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,

Completed in 12 milliseconds