Searched refs:ctxn (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 425 dhcpv4_txn_t *ctxn; in remove_dhcpv4_completed_txn() local 428 if ((ctxn = avl_find(&mcip->mci_v4_dyn_ip, txn, NULL)) != NULL && in remove_dhcpv4_completed_txn() 429 ctxn == txn) in remove_dhcpv4_completed_txn() 511 dhcpv4_txn_t *txn, *ctxn, *next, *txn_list = NULL; in txn_cleanup_v4() local 536 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, in txn_cleanup_v4() 538 if (ctxn != NULL) { in txn_cleanup_v4() 541 dhcpv4_txn_t *, ctxn); in txn_cleanup_v4() 543 remove_dhcpv4_completed_txn(mcip, ctxn); in txn_cleanup_v4() 544 free_dhcpv4_txn(ctxn); in txn_cleanup_v4() 563 dhcpv4_txn_t *txn, *ctxn; in intercept_dhcpv4_outbound() local [all …]
|