Home
last modified time | relevance | path

Searched refs:lwt_ip_encap (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_ip_encap.c440 static void lwt_ip_encap(bool ipv4_encap, bool egress, const char *vrf) in lwt_ip_encap() function
515 lwt_ip_encap(IPV6_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6()
518 lwt_ip_encap(IPV6_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv6()
524 lwt_ip_encap(IPV4_ENCAP, EGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4()
527 lwt_ip_encap(IPV4_ENCAP, INGRESS, "vrf red"); in test_lwt_ip_encap_vrf_ipv4()
533 lwt_ip_encap(IPV6_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv6()
536 lwt_ip_encap(IPV6_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv6()
542 lwt_ip_encap(IPV4_ENCAP, EGRESS, ""); in test_lwt_ip_encap_ipv4()
545 lwt_ip_encap(IPV4_ENCAP, INGRESS, ""); in test_lwt_ip_encap_ipv4()