Lines Matching refs:probe_transaction
34 if (!i->probe_transaction)
37 t = i->probe_transaction;
38 i->probe_transaction = NULL;
169 if (i->probe_transaction)
193 i->probe_transaction = t;
491 assert(i->probe_transaction);
496 if (IN_SET(i->probe_transaction->state, DNS_TRANSACTION_NULL, DNS_TRANSACTION_PENDING, DNS_TRANSACTION_VALIDATING))
499 if (i->probe_transaction->state == DNS_TRANSACTION_SUCCESS) {
512 assert(i->probe_transaction->received);
513 we_lost = memcmp(&i->probe_transaction->received->sender, &i->probe_transaction->received->destination, FAMILY_ADDRESS_SIZE(i->probe_transaction->received->family)) < 0;