Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c876 uint16_t server_mss; in tcp_fastopen_connect() local
896 server_mss = cce->server_mss; in tcp_fastopen_connect()
905 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect()
922 cce->server_mss = 0; in tcp_fastopen_connect()
966 cce->server_mss = 0; in tcp_fastopen_disable_path()
995 cce->server_mss = mss; in tcp_fastopen_update_cache()
1001 cce->server_mss = 0; in tcp_fastopen_update_cache()
1098 cce->server_mss = mss; in tcp_fastopen_ccache_create()
1104 cce->server_mss = 0; in tcp_fastopen_ccache_create()
1207 cce->server_mss); in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_fastopen.h59 uint16_t server_mss; /* host byte order */ member