Searched refs:bpf_tc_attach (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | tc_bpf.c | 36 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 …]
|
A D | test_tunnel.c | 228 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog() 237 ret = bpf_tc_attach(hook, &opts2); in attach_tc_prog()
|
A D | xfrm_info.c | 101 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog() 110 ret = bpf_tc_attach(hook, &opts2); in attach_tc_prog()
|
A D | decap_sanity.c | 57 err = bpf_tc_attach(&qdisc_hook, &tc_attach); in test_decap_sanity()
|
A D | btf_skc_cls_ingress.c | 43 if (!ASSERT_OK(bpf_tc_attach(&qdisc_lo, &tc_attach), in prepare_netns()
|
A D | xdp_do_redirect.c | 58 ret = bpf_tc_attach(hook, &opts); in attach_tc_prog()
|
A D | tc_redirect.c | 277 err = bpf_tc_attach(qdisc_hook, &tc_attach); in xgress_filter_add()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.map | 262 bpf_tc_attach;
|
A D | libbpf.h | 1099 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook,
|
A D | netlink.c | 707 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() function
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xdp_synproxy.c | 245 err = bpf_tc_attach(&hook, &opts); in syncookie_attach()
|
Completed in 16 milliseconds