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

  /src/sys/netinet/
tcp_subr.c 221 #ifndef TCBHASHSIZE
222 #define TCBHASHSIZE 128
224 int tcbhashsize = TCBHASHSIZE; variable in typeref:typename:int
373 inpcb_init(&tcbtable, tcbhashsize, tcbhashsize);
  /src/sys/arch/ia64/stand/common/
help.common 291 set net.inet.tcp.tcbhashsize=<value> TCBHASHSIZE
293 Overrides the compile-time set value of TCBHASHSIZE or

Completed in 43 milliseconds