Searched refs:ctxn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 437 dhcpv4_txn_t *ctxn; in remove_dhcpv4_completed_txn() local 440 if ((ctxn = avl_find(&mcip->mci_v4_dyn_ip, txn, NULL)) != NULL && in remove_dhcpv4_completed_txn() 441 ctxn == txn) in remove_dhcpv4_completed_txn() 523 dhcpv4_txn_t *txn, *ctxn, *next, *txn_list = NULL; in txn_cleanup_v4() local 548 ctxn = find_dhcpv4_completed_txn(mcip, txn->dt_cid, in txn_cleanup_v4() 550 if (ctxn != NULL) { in txn_cleanup_v4() 553 dhcpv4_txn_t *, ctxn); in txn_cleanup_v4() 555 remove_dhcpv4_completed_txn(mcip, ctxn); in txn_cleanup_v4() 556 free_dhcpv4_txn(ctxn); in txn_cleanup_v4() 575 dhcpv4_txn_t *txn, *ctxn; in intercept_dhcpv4_outbound() local [all …]
|