Searched refs:V_tcp_minmss (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h653 #define V_tcp_minmss VNET(tcp_minmss) macro
H A Dtcp_output.c1356 if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss)
1397 if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss) {
H A Dtcp_subr.c1665 if (mtu < V_tcp_minmss
1667 mtu = V_tcp_minmss
H A Dtcp_syncache.c1554 mssopt = max(tcp_mssopt(&sc->sc_inc), V_tcp_minmss);
H A Dtcp_usrreq.c1505 optval + 40 >= V_tcp_minmss)
H A Dtcp_input.c3650 offer = max(offer, V_tcp_minmss);

Completed in 88 milliseconds