Searched refs:bpf_tc_query (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | tc_bpf.c | 53 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() 262 ret = bpf_tc_query(hook, &opts_p); in test_tc_bpf_api() 266 ret = bpf_tc_query(hook, &opts_h); in test_tc_bpf_api() [all …]
|
| /linux/tools/lib/bpf/ |
| A D | libbpf.map | 265 bpf_tc_query;
|
| A D | libbpf.h | 1304 LIBBPF_API int bpf_tc_query(const struct bpf_tc_hook *hook,
|
| A D | netlink.c | 865 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query() function
|
Completed in 17 milliseconds