Searched refs:to_mss (Results 1 – 7 of 7) sorted by relevance
798 to.to_mss = tcp_mssopt(&inp->inp_inc); in tcp_default_output()800 to.to_mss -= V_tcp_udp_tunneling_overhead; in tcp_default_output()1814 to->to_mss = htons(to->to_mss); in tcp_addoptions()1815 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1816 optp += sizeof(to->to_mss); in tcp_addoptions()
1634 tcp_mss(tp, to.to_mss); in tcp_do_segment()1647 mss = to.to_mss; in tcp_do_segment()3495 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3496 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
1750 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1969 to.to_mss = mssopt; in syncache_respond()
897 u_int16_t to_mss; /* maximum segment size */ member
1144 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()
11414 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()11423 mss = to.to_mss; in bbr_do_segment_nounlock()12843 to.to_mss = tcp_mssopt(&inp->inp_inc); in bbr_output_wtime()12845 to.to_mss -= V_tcp_udp_tunneling_overhead; in bbr_output_wtime()
16647 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()16657 mss = to.to_mss; in rack_do_segment_nounlock()21091 to.to_mss = tcp_mssopt(&inp->inp_inc); in rack_output()21093 to.to_mss -= V_tcp_udp_tunneling_overhead; in rack_output()