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() 540 .ebpf_tun_type = "ipip", 546 .ebpf_tun_type = "ipip6", 554 .ebpf_tun_type = "ip6tnl", 561 .ebpf_tun_type = "sit", 568 .ebpf_tun_type = "vxlan", 576 .ebpf_tun_type = "ip6vxlan", 584 .ebpf_tun_type = "gre", 591 .ebpf_tun_type = "gre", [all …]
|