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() 534 .ebpf_tun_type = "ipip", 540 .ebpf_tun_type = "ipip6", 548 .ebpf_tun_type = "ip6tnl", 555 .ebpf_tun_type = "sit", 562 .ebpf_tun_type = "vxlan", 570 .ebpf_tun_type = "ip6vxlan", 578 .ebpf_tun_type = "gre", 585 .ebpf_tun_type = "gre", [all …]
|