Searched refs:tdb_ids (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipsp.c443 if (tdb->tdb_ids == NULL ||
444 !ipsp_ids_match(tdb->tdb_ids, ids))
1129 if (tdbp->tdb_ids) {
1130 ipsp_ids_free(tdbp->tdb_ids);
1131 tdbp->tdb_ids = NULL;
H A Dip_spd.c543 if (tdbin->tdb_ids == NULL ||
545 tdbin->tdb_ids))
H A Dip_ipsp.h433 struct ipsec_ids *tdb_ids; /* Src/Dst ID for this SA */ member in struct:tdb
H A Dudp_usrreq.c572 if (tdb && tdb->tdb_ids)
573 ipsecflowinfo = tdb->tdb_ids->id_flow;
/openbsd-current/sys/net/
H A Dpfkeyv2.c811 if (tdb->tdb_ids) {
812 i += sizeof(struct sadb_ident) + PADUP(tdb->tdb_ids->id_local->len);
813 i += sizeof(struct sadb_ident) + PADUP(tdb->tdb_ids->id_remote->len);
919 if (tdb->tdb_ids)
920 export_identities(&p, tdb->tdb_ids, tdb->tdb_ids_swapped, headers);
1345 import_identities(&newsa->tdb_ids,
1527 import_identities(&newsa->tdb_ids,

Completed in 130 milliseconds