Searched refs:to_mss (Results 1 – 7 of 7) sorted by relevance
802 to.to_mss = tcp_mssopt(&tp->t_inpcb->inp_inc); in tcp_output()1767 to->to_mss = htons(to->to_mss); in tcp_addoptions()1768 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1769 optp += sizeof(to->to_mss); in tcp_addoptions()
1671 tcp_mss(tp, to.to_mss); in tcp_do_segment()1680 mss = to.to_mss; in tcp_do_segment()3442 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3443 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
466 u_int16_t to_mss; /* maximum segment size */ member
1784 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1975 to.to_mss = mssopt; in syncache_respond()
11009 tcp_mss(tp, to.to_mss); in rack_do_segment_nounlock()11018 mss = to.to_mss; in rack_do_segment_nounlock()13013 to.to_mss = tcp_mssopt(&inp->inp_inc); in rack_output()13016 to.to_mss -= V_tcp_udp_tunneling_overhead; in rack_output()
11529 tcp_mss(tp, to.to_mss); in bbr_do_segment_nounlock()11538 mss = to.to_mss; in bbr_do_segment_nounlock()12996 to.to_mss = tcp_mssopt(&inp->inp_inc); in bbr_output_wtime()12999 to.to_mss -= V_tcp_udp_tunneling_overhead; in bbr_output_wtime()