Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c23 __u16 passive_lport_h = 0; variable
255 if (skops->local_port == passive_lport_h) in handle_hdr_opt_len()
263 if (skops->local_port == passive_lport_h) in handle_write_hdr_opt()
307 passive_lport_h = skops->local_port; in misc_estab()
308 passive_lport_n = __bpf_htons(passive_lport_h); in misc_estab()