Searched refs:TDBF_INVALID (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipsp.c321 tdbp->tdb_flags |= TDBF_INVALID; /* Mark SA invalid for now. */
326 /* Setup a "silent" expiration (since TDBF_INVALID's set). */
398 ((tdbp->tdb_flags & TDBF_INVALID) == 0) &&
419 ((tdbp->tdb_flags & TDBF_INVALID) == 0) &&
485 ((tdbp->tdb_flags & TDBF_INVALID) == 0) &&
516 ((tdbp->tdb_flags & TDBF_INVALID) == 0) &&
686 if (!(tdb->tdb_flags & TDBF_INVALID)) {
880 if ((tdbp->tdb_flags & (TDBF_INVALID|TDBF_TUNNELING)) == TDBF_TUNNELING)
936 if ((tdbp->tdb_flags & (TDBF_INVALID|TDBF_TUNNELING)) ==
H A Dipsec_input.c284 if (tdbp->tdb_flags & TDBF_INVALID) {
858 if (tdbp->tdb_flags & TDBF_INVALID ||
949 ((tdbp->tdb_flags & (TDBF_INVALID|TDBF_UDPENCAP)) ==
H A Dipsec_output.c111 if (tdb->tdb_flags & TDBF_INVALID) {
H A Dip_ipsp.h352 #define TDBF_INVALID 0x00010 /* This SPI is not valid yet/anymore */ macro
H A Dip_spd.c372 (ipo->ipo_tdb->tdb_flags & TDBF_INVALID)) {
/openbsd-current/sys/net/
H A Dif_sec.c499 if (ISSET(tdb->tdb_flags, TDBF_INVALID))
H A Dpfkeyv2_convert.c148 tdb->tdb_flags |= TDBF_INVALID;
165 if (tdb->tdb_flags & TDBF_INVALID)
H A Dif_bridge.c1581 if (tdb != NULL && (tdb->tdb_flags & TDBF_INVALID) == 0 &&
H A Dif_veb.c708 if (tdb != NULL && !ISSET(tdb->tdb_flags, TDBF_INVALID) &&
H A Dpfkeyv2.c1310 if (sa2->tdb_flags & TDBF_INVALID) {

Completed in 102 milliseconds