Searched refs:TCPOPT_WINDOW (Results 1 – 7 of 7) sorted by relevance
15 #ifndef TCPOPT_WINDOW16 # define TCPOPT_WINDOW 3 macro194 opts[opt_nr].opt_code = TCPOPT_WINDOW; in __test_sock_restore()
54 #define TCPOPT_WINDOW 3 macro
187 win_scale_opt.kind = TCPOPT_WINDOW; in write_active_opt()231 win_scale_opt.kind != TCPOPT_WINDOW) in write_active_opt()
80 #define TCPOPT_WINDOW 3 macro
32 #define TCPOPT_WINDOW 3 macro236 case TCPOPT_WINDOW: in tscookie_tcpopt_parse()507 (TCPOPT_WINDOW << 16) | in tcp_mkoptions()
251 case TCPOPT_WINDOW: in tcp_parse_option()375 TCPOPT_WINDOW << 16 | in tcp_write_options()
442 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