HomeSort by: relevance | last modified time | path
    Searched refs:in_maxmtu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_subr.c 1670 extern u_long in_maxmtu;
1686 * MSS, as the loopback MTU is never included in in_maxmtu.
1705 mss = uimax(in_maxmtu, mss);
in.c 334 * Maintain the "in_maxmtu" variable, which is the largest
338 unsigned long in_maxmtu; variable
357 in_maxmtu = maxmtu;
1251 /* re-calculate the "in_maxmtu" value */

Completed in 59 milliseconds