Searched refs:ebpf_tun_type (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tc_tunnel.c | 54 char *ebpf_tun_type; member 84 ret = snprintf(dst, size, "%s_%s", cfg->ebpf_tun_type, in build_subtest_name() 535 .ebpf_tun_type = "ipip", 541 .ebpf_tun_type = "ipip6", 549 .ebpf_tun_type = "ip6tnl", 556 .ebpf_tun_type = "sit", 563 .ebpf_tun_type = "vxlan", 571 .ebpf_tun_type = "ip6vxlan", 579 .ebpf_tun_type = "gre", 586 .ebpf_tun_type = "gre", [all …]
|