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

  /src/sys/netinet/
udp_usrreq.c 142 #ifndef UDBHASHSIZE
143 #define UDBHASHSIZE 128
145 int udbhashsize = UDBHASHSIZE; variable in typeref:typename:int
189 inpcb_init(&udbtable, udbhashsize, udbhashsize);
udp_usrreq.c 142 #ifndef UDBHASHSIZE
143 #define UDBHASHSIZE 128
145 int udbhashsize = UDBHASHSIZE; variable in typeref:typename:int
189 inpcb_init(&udbtable, udbhashsize, udbhashsize);

Completed in 187 milliseconds