Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c873 uint16_t server_mss; in tcp_fastopen_connect() local
892 server_mss = cce->server_mss; in tcp_fastopen_connect()
901 tcp_mss(tp, server_mss ? server_mss : -1); in tcp_fastopen_connect()
918 cce->server_mss = 0; in tcp_fastopen_connect()
962 cce->server_mss = 0; in tcp_fastopen_disable_path()
991 cce->server_mss = mss; in tcp_fastopen_update_cache()
997 cce->server_mss = 0; in tcp_fastopen_update_cache()
1094 cce->server_mss = mss; in tcp_fastopen_ccache_create()
1100 cce->server_mss = 0; in tcp_fastopen_ccache_create()
1203 cce->server_mss); in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_fastopen.h57 uint16_t server_mss; /* host byte order */ member