Home
last modified time | relevance | path

Searched refs:mci_v4_pending_txn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c364 return (avl_find(&mcip->mci_v4_pending_txn, &tmp_txn, NULL)); in find_dhcpv4_pending_txn()
373 if (avl_find(&mcip->mci_v4_pending_txn, txn, &where) != NULL) in insert_dhcpv4_pending_txn()
380 avl_insert(&mcip->mci_v4_pending_txn, txn, where); in insert_dhcpv4_pending_txn()
388 avl_remove(&mcip->mci_v4_pending_txn, txn); in remove_dhcpv4_pending_txn()
511 while ((txn = avl_destroy_nodes(&mcip->mci_v4_pending_txn, in flush_dhcpv4()
529 for (txn = avl_first(&mcip->mci_v4_pending_txn); txn != NULL; in txn_cleanup_v4()
530 txn = avl_walk(&mcip->mci_v4_pending_txn, txn, AVL_AFTER)) { in txn_cleanup_v4()
546 avl_remove(&mcip->mci_v4_pending_txn, txn); in txn_cleanup_v4()
1570 if (!avl_is_empty(&mcip->mci_v4_pending_txn) || in txn_cleanup_timer()
2565 avl_create(&mcip->mci_v4_pending_txn, compare_dhcpv4_xid, in mac_protect_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h193 avl_tree_t mci_v4_pending_txn; /* mci_protect_lock */ member