Home
last modified time | relevance | path

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

/tools/testing/selftests/net/tcp_ao/lib/
A Drepair.c15 #ifndef TCPOPT_WINDOW
16 # define TCPOPT_WINDOW 3 macro
194 opts[opt_nr].opt_code = TCPOPT_WINDOW; in __test_sock_restore()
/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h54 #define TCPOPT_WINDOW 3 macro
/tools/testing/selftests/bpf/progs/
A Dtest_misc_tcp_hdr_options.c187 win_scale_opt.kind = TCPOPT_WINDOW; in write_active_opt()
231 win_scale_opt.kind != TCPOPT_WINDOW) in write_active_opt()
A Dbpf_tracing_net.h80 #define TCPOPT_WINDOW 3 macro
A Dxdp_synproxy_kern.c32 #define TCPOPT_WINDOW 3 macro
236 case TCPOPT_WINDOW: in tscookie_tcpopt_parse()
507 (TCPOPT_WINDOW << 16) | in tcp_mkoptions()
A Dtest_tcp_custom_syncookie.c251 case TCPOPT_WINDOW: in tcp_parse_option()
375 TCPOPT_WINDOW << 16 | in tcp_write_options()
/tools/testing/selftests/net/
A Dgro.c442 case TCPOPT_WINDOW: in tcp_write_options()
444 opt_window->kind = TCPOPT_WINDOW; in tcp_write_options()
575 tcp_write_options(extpkt2 + MAX_HDR_LEN + 1, TCPOPT_WINDOW, 0); in send_diff_opt()

Completed in 14 milliseconds