Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect_dynptr.c37 volatile const __be16 ENCAPSULATION_PORT; variable
881 if (encap->udp.dest != ENCAPSULATION_PORT) in cls_redirect()
H A Dtest_cls_redirect.c42 volatile const __be16 ENCAPSULATION_PORT; variable
979 if (encap->udp.dest != ENCAPSULATION_PORT) { in cls_redirect()