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

  /src/sys/netinet/
ip_flow.c 107 static int ip_hashsize = IPFLOW_DEFAULT_HASHSIZE; variable in typeref:typename:int
127 return hash & (ip_hashsize-1);
175 ip_hashsize = table_size;
178 for (i = 0; i < ip_hashsize; i++)
197 (void)ipflow_reinit(ip_hashsize);
634 tmp = ip_hashsize;
684 sysctl_net_inet_ip_hashsize, 0, &ip_hashsize, 0,
ip_flow.c 107 static int ip_hashsize = IPFLOW_DEFAULT_HASHSIZE; variable in typeref:typename:int
127 return hash & (ip_hashsize-1);
175 ip_hashsize = table_size;
178 for (i = 0; i < ip_hashsize; i++)
197 (void)ipflow_reinit(ip_hashsize);
634 tmp = ip_hashsize;
684 sysctl_net_inet_ip_hashsize, 0, &ip_hashsize, 0,

Completed in 26 milliseconds