Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c401 return (avl_find(&mcip->mci_v4_completed_txn, &tmp_txn, NULL)); in find_dhcpv4_completed_txn()
416 if (avl_find(&mcip->mci_v4_completed_txn, txn, &where) != NULL) in insert_dhcpv4_completed_txn()
419 if (avl_numnodes(&mcip->mci_v4_completed_txn) >= in insert_dhcpv4_completed_txn()
425 avl_insert(&mcip->mci_v4_completed_txn, txn, where); in insert_dhcpv4_completed_txn()
427 avl_remove(&mcip->mci_v4_completed_txn, txn); in insert_dhcpv4_completed_txn()
444 avl_remove(&mcip->mci_v4_completed_txn, txn); in remove_dhcpv4_completed_txn()
506 while ((txn = avl_destroy_nodes(&mcip->mci_v4_completed_txn, in flush_dhcpv4()
2567 avl_create(&mcip->mci_v4_completed_txn, compare_dhcpv4_cid, in mac_protect_init()
2591 avl_destroy(&mcip->mci_v4_completed_txn); in mac_protect_fini()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h194 avl_tree_t mci_v4_completed_txn; /* mci_protect_lock */ member