Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1171 return (avl_find(&mcip->mci_v6_pending_txn, &tmp_txn, NULL)); in find_dhcpv6_pending_txn()
1178 avl_remove(&mcip->mci_v6_pending_txn, txn); in remove_dhcpv6_pending_txn()
1209 if (avl_find(&mcip->mci_v6_pending_txn, txn, &where) != NULL) in insert_dhcpv6_pending_txn()
1212 if (avl_numnodes(&mcip->mci_v6_pending_txn) >= dhcp_max_pending_txn) { in insert_dhcpv6_pending_txn()
1216 avl_insert(&mcip->mci_v6_pending_txn, txn, where); in insert_dhcpv6_pending_txn()
1238 while ((txn = avl_destroy_nodes(&mcip->mci_v6_pending_txn, in flush_dhcpv6()
1268 for (txn = avl_first(&mcip->mci_v6_pending_txn); txn != NULL; in txn_cleanup_v6()
1269 txn = avl_walk(&mcip->mci_v6_pending_txn, txn, AVL_AFTER)) { in txn_cleanup_v6()
1285 avl_remove(&mcip->mci_v6_pending_txn, txn); in txn_cleanup_v6()
1571 !avl_is_empty(&mcip->mci_v6_pending_txn)) { in txn_cleanup_timer()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h196 avl_tree_t mci_v6_pending_txn; /* mci_protect_lock */ member