Searched refs:id_refcount (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipsp.c1246 if ((++found->id_refcount) == 1) {
1253 DPRINTF("ids %p count %d", found, found->id_refcount);
1257 ids->id_refcount = 1;
1290 if (ids->id_refcount != 0)
1291 ids->id_refcount++;
1309 KASSERT(ids->id_refcount == 0);
1310 DPRINTF("ids %p count %d", ids, ids->id_refcount);
1342 DPRINTF("ids %p count %d", ids, ids->id_refcount);
1343 KASSERT(ids->id_refcount > 0);
1345 if ((--ids->id_refcount) >
[all...]
H A Dip_ipsp.h252 u_int id_refcount; /* [F] */ member in struct:ipsec_ids

Completed in 126 milliseconds