Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c458 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_inlined()
480 skel->rodata->ENCAPSULATION_IP = htonl(ENCAP_IP); in test_cls_redirect_subprogs()
/external/linux-kselftest/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()