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.c798 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()
H A Dtcp_input.c1664 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()
H A Dtcp_syncache.c1721 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()
1928 to.to_mss = mssopt; in syncache_respond()
H A Dtcp_var.h868 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.c11419 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()
H A Drack.c16774 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()