Home
last modified time | relevance | path

Searched refs:mcb_nextp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c646 for (pp = mcb_head; (p = *pp) != NULL; pp = &p->mcb_nextp) { in mac_callback_add()
659 mcb_elem->mcb_nextp = *mcb_head; in mac_callback_add()
696 *pp = p->mcb_nextp; in mac_callback_remove()
697 p->mcb_nextp = NULL; in mac_callback_remove()
767 *pp = p->mcb_nextp; in mac_callback_walker_cleanup()
768 p->mcb_nextp = rmlist; in mac_callback_walker_cleanup()
773 pp = &(*pp)->mcb_nextp; in mac_callback_walker_cleanup()
824 mcb_next = mcb->mcb_nextp; in mac_callback_walker_exit()
837 mcb->mcb_nextp = NULL; in mac_callback_walker_exit()
870 for (mcb = *mcb_headp; mcb != NULL; mcb = mcb->mcb_nextp) { in mac_callback_lookup()
[all …]
H A Dmac_provider.c1381 mcb = mcb->mcb_nextp) { in i_mac_notify_thread()
H A Dmac_client.c4191 mcb = mcb->mcb_nextp) { in mac_promisc_dispatch()
4247 mcb = mcb->mcb_nextp) { in mac_promisc_client_dispatch()
H A Dmac_sched.c4026 mcb = mcb->mcb_nextp) { in mac_tx_invoke_callbacks()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h101 struct mac_cb_s *mcb_nextp; /* Linked list of callbacks */ member