Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dtc_bpf.c36 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic()
47 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic()
88 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api()
283 ret = bpf_tc_attach(NULL, &opts_hp); in test_tc_bpf_api()
287 ret = bpf_tc_attach(hook, NULL); in test_tc_bpf_api()
292 ret = bpf_tc_attach(hook, &opts_hp); in test_tc_bpf_api()
296 ret = bpf_tc_attach(hook, NULL); in test_tc_bpf_api()
300 ret = bpf_tc_attach(hook, &opts_hpi); in test_tc_bpf_api()
304 ret = bpf_tc_attach(hook, &opts_pf); in test_tc_bpf_api()
310 ret = bpf_tc_attach(hook, &opts_hf); in test_tc_bpf_api()
[all …]
/linux/tools/lib/bpf/
A Dlibbpf.map364 bpf_tc_attach;
A Dnetlink.c556 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() function
A Dlibbpf.h741 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook,

Completed in 9 milliseconds