Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcls_redirect.c460 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_dynptr()
482 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_inlined()
504 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_subprogs()
/Linux-v6.6/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()
Dtest_cls_redirect_dynptr.c37 volatile const __be16 ENCAPSULATION_PORT; variable
881 if (encap->udp.dest != ENCAPSULATION_PORT) in cls_redirect()