Home
last modified time | relevance | path

Searched refs:to_mss (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/netinet/
HDtcp_output.c712 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()
HDtcp_input.c1584 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()
HDtcp_var.h318 u_int16_t to_mss; /* maximum segment size */ member
HDtcp_syncache.c1348 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()
1504 to.to_mss = mssopt; in syncache_respond()
/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c406 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()
/trueos/sys/dev/cxgbe/tom/
HDt4_listen.c997 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()