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

  /src/sys/netinet/
ip_var.h 59 TAILQ_ENTRY(ipflow) ipf_hash; /* next ipflow in bucket */ member in struct:ipflow
ip_flow.c 93 TAILQ_INSERT_HEAD(&ipflowtable[(hashidx)], (ipf), ipf_hash); \
99 TAILQ_REMOVE(&ipflowtable[(hashidx)], (ipf), ipf_hash); \
140 TAILQ_FOREACH(ipf, &ipflowtable[hash], ipf_hash) {

Completed in 26 milliseconds