Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_syncache.c861 tcp_rmx_init(tp, sc->sc_peer_mss); in syncache_socket()
1066 sc->sc_peer_mss = to->to_flags & TOF_MSS ? to->to_mss : 0; in syncache_add()
1402 if (tcp_msstab[data] <= sc->sc_peer_mss) in syncookie_generate()
1497 sc->sc_peer_mss = tcp_msstab[data]; in syncookie_lookup()
H A Dtcp_var.h517 u_int16_t sc_peer_mss; /* peer's MSS */ member