Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c22 __u16 passive_lport_n = 0; variable
112 if (pth->dest != passive_lport_n || pth->source != active_lport_n) in __check_active_hdr_in()
119 if (hdr.th.dest != passive_lport_n || hdr.th.source != active_lport_n) in __check_active_hdr_in()
308 passive_lport_n = __bpf_htons(passive_lport_h); in misc_estab()