Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/ip/
Dtcp_private.h134 MIN((_conn)->recv_options.mss_found ? (_conn)->recv_options.mss \
277 struct tcp_options recv_options; member
Dtcp.c1096 static bool tcp_options_check(struct tcp_options *recv_options, in tcp_options_check() argument
1107 recv_options->mss_found = false; in tcp_options_check()
1108 recv_options->wnd_found = false; in tcp_options_check()
1143 recv_options->mss = in tcp_options_check()
1145 recv_options->mss_found = true; in tcp_options_check()
1146 NET_DBG("MSS=%hu", recv_options->mss); in tcp_options_check()
1154 recv_options->window = opt; in tcp_options_check()
1155 recv_options->wnd_found = true; in tcp_options_check()
2878 if (tcp_options_len && !tcp_options_check(&conn->recv_options, pkt, in tcp_in()