Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c427 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_dynptr()
449 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_inlined()
471 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_subprogs()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c40 volatile const __be32 ENCAPSULATION_IP; variable
407 encap_gre->ip.saddr = ENCAPSULATION_IP; in forward_with_gre()
878 if (encap->ip.daddr != ENCAPSULATION_IP || in cls_redirect()
H A Dtest_cls_redirect.c46 volatile const __be32 ENCAPSULATION_IP; variable
519 encap_gre->ip.saddr = ENCAPSULATION_IP; in forward_with_gre()
976 if (encap->ip.daddr != ENCAPSULATION_IP || in cls_redirect()