Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c459 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_dynptr()
481 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_inlined()
503 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_subprogs()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c38 volatile const __be32 ENCAPSULATION_IP; variable
405 encap_gre->ip.saddr = ENCAPSULATION_IP; in forward_with_gre()
876 if (encap->ip.daddr != ENCAPSULATION_IP || in cls_redirect()
H A Dtest_cls_redirect.c43 volatile const __be32 ENCAPSULATION_IP; variable
516 encap_gre->ip.saddr = ENCAPSULATION_IP; in forward_with_gre()
973 if (encap->ip.daddr != ENCAPSULATION_IP || in cls_redirect()