Home
last modified time | relevance | path

Searched refs:ip6f_hashidx (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/netinet6/
H A Dip6_flow.c119 (ip6f)->ip6f_hashidx = (hashidx); \
420 IP6FLOW_REMOVE(ip6f->ip6f_hashidx, ip6f); in ip6flow_free()
443 IP6FLOW_REMOVE(ip6f->ip6f_hashidx, ip6f); in ip6flow_reap_locked()
483 IP6FLOW_REMOVE(ip6f->ip6f_hashidx, ip6f); in ip6flow_reap_locked()
600 IP6FLOW_REMOVE(ip6f->ip6f_hashidx, ip6f); in ip6flow_create()
H A Dip6_var.h216 size_t ip6f_hashidx; /* own hash index of ipflowtable[] */ member