Searched refs:recv_options (Results 1 – 2 of 2) sorted by relevance
136 MIN((_conn)->recv_options.mss_found ? (_conn)->recv_options.mss \279 struct tcp_options recv_options; member
1001 static bool tcp_options_check(struct tcp_options *recv_options, in tcp_options_check() argument1012 recv_options->mss_found = false; in tcp_options_check()1013 recv_options->wnd_found = false; in tcp_options_check()1048 recv_options->mss = in tcp_options_check()1050 recv_options->mss_found = true; in tcp_options_check()1051 NET_DBG("MSS=%hu", recv_options->mss); in tcp_options_check()1059 recv_options->window = opt; in tcp_options_check()1060 recv_options->wnd_found = true; in tcp_options_check()2903 if (tcp_options_len && !tcp_options_check(&conn->recv_options, pkt, in tcp_in()
Completed in 20 milliseconds