Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c459 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_inlined()
481 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_subprogs()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.c42 volatile const __be16 ENCAPSULATION_PORT; variable
979 if (encap->udp.dest != ENCAPSULATION_PORT) { in cls_redirect()