Searched refs:TCPOPT_WINDOW (Results 1 – 14 of 14) sorted by relevance
15 #ifndef TCPOPT_WINDOW16 # define TCPOPT_WINDOW 3 macro194 opts[opt_nr].opt_code = TCPOPT_WINDOW; in __test_sock_restore()
187 win_scale_opt.kind = TCPOPT_WINDOW; in write_active_opt()231 win_scale_opt.kind != TCPOPT_WINDOW) in write_active_opt()
75 #define TCPOPT_WINDOW 3 macro
33 #define TCPOPT_WINDOW 3 macro237 case TCPOPT_WINDOW: in tscookie_tcpopt_parse()508 (TCPOPT_WINDOW << 16) | in tcp_mkoptions()
251 case TCPOPT_WINDOW: in tcp_parse_option()373 TCPOPT_WINDOW << 16 | in tcp_write_options()
54 #define TCPOPT_WINDOW 3 macro
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()
68 case TCPOPT_WINDOW: in synproxy_parse_options()147 (TCPOPT_WINDOW << 16) | in synproxy_build_options()
375 else if (opcode == TCPOPT_WINDOW in tcp_options()
195 #define TCPOPT_WINDOW 3 /* Window scaling */ macro
1123 case TCPOPT_WINDOW: in cake_tcph_may_drop()
708 (TCPOPT_WINDOW << 16) | in tcp_options_write()
3463 case TCPOPT_WINDOW: in tcp_repair_options_est()
4226 case TCPOPT_WINDOW: in tcp_parse_options()
Completed in 61 milliseconds