Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c802 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()
H A Dtcp_input.c1671 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()
H A Dtcp_var.h466 u_int16_t to_mss; /* maximum segment size */ member
H A Dtcp_syncache.c1784 sc->sc_peer_mss = to->to_mss; /* peer mss may be zero */ in syncache_add()
1975 to.to_mss = mssopt; in syncache_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h466 u_int16_t to_mss; /* maximum segment size */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11009 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()
H A Dbbr.c11529 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()