Searched refs:bpf_tc_query (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A 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() 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 D | libbpf.map | 266 bpf_tc_query;
|
A D | libbpf.h | 1103 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
|
A D | netlink.c | 854 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function
|
Completed in 9 milliseconds