Home | Sort by: relevance | last modified time | path |
/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); |