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()
1664 tcp_mss(tp, to.to_mss); in tcp_do_segment()1677 mss = to.to_mss; in tcp_do_segment()3528 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3529 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
1721 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1928 to.to_mss = mssopt; in syncache_respond()
868 u_int16_t to_mss; /* maximum segment size */ member
1142 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()
11419 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()11428 mss = to.to_mss; in bbr_do_segment_nounlock()12849 to.to_mss = tcp_mssopt(&inp->inp_inc); in bbr_output_wtime()12851 to.to_mss -= V_tcp_udp_tunneling_overhead; in bbr_output_wtime()
16774 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()16784 mss = to.to_mss; in rack_do_segment_nounlock()21209 to.to_mss = tcp_mssopt(&inp->inp_inc); in rack_output()21211 to.to_mss -= V_tcp_udp_tunneling_overhead; in rack_output()