Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c257 uint32_t old = c->epref_alloc++; in allocate_epref()
260 if (c->epref_alloc == (1 << 15)) in allocate_epref()
261 c->epref_alloc = 0; in allocate_epref()
262 if (c->epref_alloc == old) in allocate_epref()
265 if (p->epref == c->epref_alloc) { in allocate_epref()
266 c->epref_alloc++; in allocate_epref()
271 epref->epref = c->epref_alloc; in allocate_epref()
H A Dunipriv.h319 u_int epref_alloc; member