Searched refs:bpf_program__attach_tcx (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | tc_links.c | 41 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in serial_test_tc_links_basic() 76 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in serial_test_tc_links_basic() 154 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in test_tc_links_before_target() 164 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_links_before_target() 207 link = bpf_program__attach_tcx(skel->progs.tc3, loopback, &optl); in test_tc_links_before_target() 220 link = bpf_program__attach_tcx(skel->progs.tc4, loopback, &optl); in test_tc_links_before_target() 308 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in test_tc_links_after_target() 318 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_links_after_target() 361 link = bpf_program__attach_tcx(skel->progs.tc3, loopback, &optl); in test_tc_links_after_target() 374 link = bpf_program__attach_tcx(skel->progs.tc4, loopback, &optl); in test_tc_links_after_target() [all …]
|
D | tc_netkit.c | 750 link = bpf_program__attach_tcx(skel->progs.tc7, ifindex2, &optl_tcx); in serial_test_tc_netkit_pkt_type_mode()
|
D | tc_opts.c | 1446 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_opts_mixed_target() 1502 link = bpf_program__attach_tcx(skel->progs.tc4, loopback, &optl); in test_tc_opts_mixed_target() 1608 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_opts_demixed_target()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.map | 400 bpf_program__attach_tcx;
|
D | libbpf.h | 845 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex,
|
D | libbpf.c | 12682 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, in bpf_program__attach_tcx() function
|