Searched refs:bpf_program__attach_tcx (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | tc_links.c | 39 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in serial_test_tc_links_basic() 74 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in serial_test_tc_links_basic() 152 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in test_tc_links_before_target() 162 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_links_before_target() 205 link = bpf_program__attach_tcx(skel->progs.tc3, loopback, &optl); in test_tc_links_before_target() 218 link = bpf_program__attach_tcx(skel->progs.tc4, loopback, &optl); in test_tc_links_before_target() 306 link = bpf_program__attach_tcx(skel->progs.tc1, loopback, &optl); in test_tc_links_after_target() 316 link = bpf_program__attach_tcx(skel->progs.tc2, loopback, &optl); in test_tc_links_after_target() 359 link = bpf_program__attach_tcx(skel->progs.tc3, loopback, &optl); in test_tc_links_after_target() 372 link = bpf_program__attach_tcx(skel->progs.tc4, loopback, &optl); in test_tc_links_after_target() [all …]
|
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.6.21/tools/lib/bpf/ |
D | libbpf.map | 401 bpf_program__attach_tcx;
|
D | libbpf.h | 800 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex,
|
D | libbpf.c | 11959 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, in bpf_program__attach_tcx() function
|