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 1669 extern u_long in_maxmtu;
1685 * MSS, as the loopback MTU is never included in in_maxmtu.
1704 mss = uimax(in_maxmtu, mss);
in.c 334 * Maintain the "in_maxmtu" variable, which is the largest
338 unsigned long in_maxmtu; variable in typeref:typename:unsigned long
357 in_maxmtu = maxmtu;
1251 /* re-calculate the "in_maxmtu" value */

Completed in 13 milliseconds