Searched refs:lwt_ip_encap (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_ip_encap.c | 434 static void lwt_ip_encap(bool ipv4_encap, bool egress, const char *vrf) in lwt_ip_encap() function 509 lwt_ip_encap(IPV6_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6() 512 lwt_ip_encap(IPV6_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6() 518 lwt_ip_encap(IPV4_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4() 521 lwt_ip_encap(IPV4_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4() 527 lwt_ip_encap(IPV6_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv6() 530 lwt_ip_encap(IPV6_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv6() 536 lwt_ip_encap(IPV4_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv4() 539 lwt_ip_encap(IPV4_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv4()
|