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

  /src/sys/netinet6/
ip6_flow.c 137 int ip6_maxflows = IP6FLOW_DEFAULT; variable in typeref:typename:int
455 while (ip6flow_inuse > ip6_maxflows) {
574 if (ip6_maxflows == 0 || ip6->ip6_nxt == IPPROTO_IPV6_ICMP)
585 * ip6_maxflows hasn't reached its limit. If it has
590 if (ip6flow_inuse >= ip6_maxflows) {
730 sysctl_net_inet6_ip6_maxflows, 0, &ip6_maxflows, 0,

Completed in 36 milliseconds