Searched refs:to_mss (Results 1 – 7 of 7) sorted by relevance
801 to.to_mss = tcp_mssopt(&inp->inp_inc); in tcp_default_output()803 to.to_mss -= V_tcp_udp_tunneling_overhead; in tcp_default_output()1826 to->to_mss = htons(to->to_mss); in tcp_addoptions()1827 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1828 optp += sizeof(to->to_mss); in tcp_addoptions()
1674 tcp_mss(tp, to.to_mss); in tcp_do_segment()1687 mss = to.to_mss; in tcp_do_segment()3574 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3575 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
1709 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1916 to.to_mss = mssopt; in syncache_respond()
881 u_int16_t to_mss; /* maximum segment size */ member
1142 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()
11421 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()11430 mss = to.to_mss; in bbr_do_segment_nounlock()12851 to.to_mss = tcp_mssopt(&inp->inp_inc); in bbr_output_wtime()12853 to.to_mss -= V_tcp_udp_tunneling_overhead; in bbr_output_wtime()
16777 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()16787 mss = to.to_mss; in rack_do_segment_nounlock()21194 to.to_mss = tcp_mssopt(&inp->inp_inc); in rack_output()21196 to.to_mss -= V_tcp_udp_tunneling_overhead; in rack_output()