Searched refs:to_mss (Results 1 – 6 of 6) sorted by relevance
712 to.to_mss = tcp_mssopt(&tp->t_inpcb->inp_inc); in tcp_output()1564 to->to_mss = htons(to->to_mss); in tcp_addoptions()1565 bcopy((u_char *)&to->to_mss, optp, sizeof(to->to_mss)); in tcp_addoptions()1566 optp += sizeof(to->to_mss); in tcp_addoptions()
1584 tcp_mss(tp, to.to_mss); in tcp_do_segment()3198 (char *)&to->to_mss, sizeof(to->to_mss)); in tcp_dooptions()3199 to->to_mss = ntohs(to->to_mss); in tcp_dooptions()
318 u_int16_t to_mss; /* maximum segment size */ member
1348 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()1504 to.to_mss = mssopt; in syncache_respond()
406 to->to_mss = be16toh(t3opt->mss); in pass_accept_req_to_protohdrs()985 mtu_idx = find_best_mtu_idx(sc, NULL, to.to_mss); in t3_syncache_respond()
997 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()