Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c23 __u16 passive_lport_h = 0; variable
251 if (skops->local_port == passive_lport_h) in handle_hdr_opt_len()
259 if (skops->local_port == passive_lport_h) in handle_write_hdr_opt()
303 passive_lport_h = skops->local_port; in misc_estab()
304 passive_lport_n = __bpf_htons(passive_lport_h); in misc_estab()