Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
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()
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()