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

/openbsd-current/sys/net/
H A Dif_pfsync.c1395 KASSERT(ISSET(tdb->tdb_flags, TDBF_PFSYNC));
1396 CLR(tdb->tdb_flags, TDBF_PFSYNC);
1499 KASSERT(ISSET(tdb->tdb_flags, TDBF_PFSYNC));
1504 CLR(tdb->tdb_flags, TDBF_PFSYNC);
2487 * TDBF_PFSYNC flag, not by tdb_ref/tdb_unref. tdb_delete_tdb() is
2510 /* TDBF_PFSYNC is only changed while the slice mtx is held */
2511 if (!ISSET(tdb->tdb_flags, TDBF_PFSYNC)) {
2513 SET(tdb->tdb_flags, TDBF_PFSYNC);
2539 /* TDBF_PFSYNC is only changed while the slice mtx is held */
2540 if (ISSET(tdb->tdb_flags, TDBF_PFSYNC)) {
[all...]
/openbsd-current/sys/netinet/
H A Dip_ipsp.h363 #define TDBF_PFSYNC 0x40000 /* TDB will be synced */ macro

Completed in 127 milliseconds