Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c53 ret = bpf_tc_query(hook, &opts); in test_tc_bpf_basic()
98 ret = bpf_tc_query(&inv_hook, &opts); in test_tc_bpf_api()
122 ret = bpf_tc_query(&inv_hook, &opts); in test_tc_bpf_api()
146 ret = bpf_tc_query(&inv_hook, &opts); in test_tc_bpf_api()
170 ret = bpf_tc_query(&inv_hook, &opts); in test_tc_bpf_api()
195 ret = bpf_tc_query(&inv_hook, &opts); in test_tc_bpf_api()
242 ret = bpf_tc_query(NULL, &opts); in test_tc_bpf_api()
246 ret = bpf_tc_query(hook, NULL); in test_tc_bpf_api()
250 ret = bpf_tc_query(hook, &opts_hpr); in test_tc_bpf_api()
254 ret = bpf_tc_query(hook, &opts_hpf); in test_tc_bpf_api()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map266 bpf_tc_query;
H A Dlibbpf.h1227 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
H A Dnetlink.c865 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function