Searched refs:mss (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 1171 uint16_t mss; in tcp_do_segment() local 1174 mss = to.to_mss; in tcp_do_segment() 1183 mss = TCP6_MSS; in tcp_do_segment() 1184 tcp_fastopen_update_cache(tp, mss, in tcp_do_segment() 3017 int mss = 0; in tcp_mss_update() local 3083 mss = min(metrics.rmx_mtu, maxmtu) - min_protoh; in tcp_mss_update() 3085 mss = maxmtu - min_protoh; in tcp_mss_update() 3088 mss = min(mss, V_tcp_v6mssdflt); in tcp_mss_update() 3108 mss = min(mss, offer); in tcp_mss_update() 3121 mss = max(mss, 64); in tcp_mss_update() [all …]
|
D | tcp_fastopen.c | 1049 tcp_fastopen_update_cache(struct tcpcb *tp, uint16_t mss, in tcp_fastopen_update_cache() argument 1062 cce->server_mss = mss; in tcp_fastopen_update_cache() 1078 tcp_fastopen_ccache_create(ccb, inc, mss, cookie_len, cookie); in tcp_fastopen_update_cache() 1124 struct in_conninfo *inc, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) 1168 cce->server_mss = mss;
|