Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c254 uint16_t server_mss; /* host byte order */ member
898 uint16_t server_mss; in tcp_fastopen_connect() local
917 server_mss = cce->server_mss; in tcp_fastopen_connect()
926 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect()
943 cce->server_mss = 0; in tcp_fastopen_connect()
987 cce->server_mss = 0; in tcp_fastopen_disable_path()
1016 cce->server_mss = mss; in tcp_fastopen_update_cache()
1022 cce->server_mss = 0; in tcp_fastopen_update_cache()
1119 cce->server_mss = mss; in tcp_fastopen_ccache_create()
1125 cce->server_mss = 0; in tcp_fastopen_ccache_create()
[all …]