HomeSort by: relevance | last modified time | path
    Searched defs:tcbhashsize (Results 1 - 3 of 3) 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);
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);
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);

Completed in 38 milliseconds