Searched refs:bpf_tc_attach (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | tc_bpf.c | 37 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic() 48 ret = bpf_tc_attach(hook, &opts); in test_tc_bpf_basic() 89 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 113 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 138 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 162 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 187 ret = bpf_tc_attach(&inv_hook, &attach_opts); in test_tc_bpf_api() 284 ret = bpf_tc_attach(NULL, &opts_hp); in test_tc_bpf_api() 288 ret = bpf_tc_attach(hook, NULL); in test_tc_bpf_api() 293 ret = bpf_tc_attach(hook, &opts_hp); in test_tc_bpf_api() [all …]
|
| D | decap_sanity.c | 49 err = bpf_tc_attach(&qdisc_hook, &tc_attach); in test_decap_sanity()
|
| D | xfrm_info.c | 86 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog() 95 ret = bpf_tc_attach(hook, &opts2); in attach_tc_prog()
|
| D | test_tunnel.c | 289 ret = bpf_tc_attach(hook, &opts1); in attach_tc_prog() 298 ret = bpf_tc_attach(hook, &opts2); in attach_tc_prog()
|
| D | btf_skc_cls_ingress.c | 43 if (!ASSERT_OK(bpf_tc_attach(&qdisc_lo, &tc_attach), in prepare_netns()
|
| D | xdp_do_redirect.c | 50 ret = bpf_tc_attach(hook, &opts); in attach_tc_prog()
|
| D | assign_reuse.c | 137 ret = bpf_tc_attach(&tc_hook, &tc_opts); in run_assign_reuse()
|
| D | vrf_socket_lookup.c | 121 ret = bpf_tc_attach(&hook, &opts); in attach_progs()
|
| D | tc_links.c | 565 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_chain_classic() 1617 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_chain_mixed() 1725 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_links_ingress() 1874 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_links_dev_mixed()
|
| D | tc_redirect.c | 269 err = bpf_tc_attach(qdisc_hook, &tc_attach); in xgress_filter_add()
|
| D | tc_opts.c | 602 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_chain_classic() 2311 err = bpf_tc_attach(&tc_hook, &tc_opts); in test_tc_chain_mixed()
|
| /Linux-v6.6/tools/lib/bpf/ |
| D | libbpf.map | 262 bpf_tc_attach;
|
| D | libbpf.h | 1223 LIBBPF_API int bpf_tc_attach(const struct bpf_tc_hook *hook,
|
| D | netlink.c | 718 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach() function
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | xdp_synproxy.c | 245 err = bpf_tc_attach(&hook, &opts); in syncookie_attach()
|