Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c801 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()
H A Dtcp_input.c1674 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()
H A Dtcp_syncache.c1709 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()
1916 to.to_mss = mssopt; in syncache_respond()
H A Dtcp_var.h881 u_int16_t to_mss; /* maximum segment size */ member
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1142 to->to_mss = be16toh(t4opt->mss); in t4opt_to_tcpopt()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11421 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()
H A Drack.c16777 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()