Searched refs:to_mss (Results 1 – 7 of 7) sorted by relevance
800 to.to_mss = tcp_mssopt(&tp->t_inpcb->inp_inc); in tcp_output()1715 to->to_mss = htons(to->to_mss); in tcp_addoptions()1716 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1717 optp += sizeof(to->to_mss); in tcp_addoptions()
1725 tcp_mss(tp, to.to_mss); in tcp_do_segment()3415 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3416 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
383 u_int16_t to_mss; /* maximum segment size */ member
1573 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1748 to.to_mss = mssopt; in syncache_respond()
408 to->to_mss = be16toh(t3opt->mss); in pass_accept_req_to_protohdrs()967 mtu_idx = find_best_mtu_idx(sc, NULL, to.to_mss); in t3_syncache_respond()
1840 tcp_mss(tp, to.to_mss); in tcp_do_segment_fastslow()2314 tcp_mss(tp, to.to_mss); in tcp_do_segment_fastack()
992 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()