Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpfkeyv2_convert.c292 tdb->tdb_flags |= TDBF_ALLOCATIONS; in import_lifetime()
294 tdb->tdb_flags &= ~TDBF_ALLOCATIONS; in import_lifetime()
364 if (tdb->tdb_flags & TDBF_ALLOCATIONS) in export_lifetime()
/openbsd/src/sys/netinet/
Dip_ipsp.h351 #define TDBF_ALLOCATIONS 0x00008 /* Check the flows counters */ macro