Home
last modified time | relevance | path

Searched refs:V_tcp_minmss (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c1432 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_output()
1475 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_output()
H A Dtcp_var.h901 #define V_tcp_minmss VNET(tcp_minmss) macro
H A Dtcp_subr.c2529 if (mtu < V_tcp_minmss + in tcp_ctlinput()
2531 mtu = V_tcp_minmss + in tcp_ctlinput()
H A Dtcp_syncache.c1885 mssopt = max(tcp_mssopt(&sc->sc_inc), V_tcp_minmss); in syncache_respond()
H A Dtcp_usrreq.c2164 optval + 40 >= V_tcp_minmss) in tcp_default_ctloutput()
H A Dtcp_input.c3735 offer = max(offer, V_tcp_minmss); in tcp_mss_update()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h901 #define V_tcp_minmss VNET(tcp_minmss) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13735 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output()
13774 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()
13776 if (tp->t_port == 0 || len < V_tcp_minmss) { in rack_output()
H A Dbbr.c13757 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()
13796 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()
13798 if (tp->t_port == 0 || len < V_tcp_minmss) { in bbr_output_wtime()