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

  /src/sys/netinet6/
ip6_flow.c 103 static struct ip6flowhead ip6flowlist; variable in typeref:struct:ip6flowhead
121 TAILQ_INSERT_HEAD(&ip6flowlist, (ip6f), ip6f_list); \
130 TAILQ_REMOVE(&ip6flowlist, (ip6f), ip6f_list); \
222 TAILQ_INIT(&ip6flowlist);
357 /* move to head (LRU) for ip6flowlist. ip6flowtable does not care LRU. */
358 TAILQ_REMOVE(&ip6flowlist, ip6f, ip6f_list);
359 TAILQ_INSERT_HEAD(&ip6flowlist, ip6f, ip6f_list);
440 ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
458 TAILQ_FOREACH(ip6f, &ip6flowlist, ip6f_list)
    [all...]
ip6_flow.c 103 static struct ip6flowhead ip6flowlist; variable in typeref:struct:ip6flowhead
121 TAILQ_INSERT_HEAD(&ip6flowlist, (ip6f), ip6f_list); \
130 TAILQ_REMOVE(&ip6flowlist, (ip6f), ip6f_list); \
222 TAILQ_INIT(&ip6flowlist);
357 /* move to head (LRU) for ip6flowlist. ip6flowtable does not care LRU. */
358 TAILQ_REMOVE(&ip6flowlist, ip6f, ip6f_list);
359 TAILQ_INSERT_HEAD(&ip6flowlist, ip6f, ip6f_list);
440 ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
458 TAILQ_FOREACH(ip6f, &ip6flowlist, ip6f_list)
    [all...]

Completed in 64 milliseconds