Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c458 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_inlined()
480 skel->rodata->ENCAPSULATION_PORT = htons(ENCAP_PORT); in test_cls_redirect_subprogs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c42 static volatile const __be16 ENCAPSULATION_PORT; variable
972 if (encap->udp.dest != ENCAPSULATION_PORT) { in cls_redirect()