Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dtcp_fastopen.c872 uint16_t server_mss; in tcp_fastopen_connect() local
891 server_mss = cce->server_mss; in tcp_fastopen_connect()
900 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect()
917 cce->server_mss = 0; in tcp_fastopen_connect()
961 cce->server_mss = 0; in tcp_fastopen_disable_path()
990 cce->server_mss = mss; in tcp_fastopen_update_cache()
996 cce->server_mss = 0; in tcp_fastopen_update_cache()
1093 cce->server_mss = mss; in tcp_fastopen_ccache_create()
1099 cce->server_mss = 0; in tcp_fastopen_ccache_create()
1202 cce->server_mss); in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_fastopen.h57 uint16_t server_mss; /* host byte order */ member