Searched refs:nextmp (Results 1 – 8 of 8) sorted by relevance
106 mblk_t *nextmp; in esballoc_mblk_free() local108 for (; mp != NULL; mp = nextmp) { in esballoc_mblk_free()109 nextmp = mp->b_next; in esballoc_mblk_free()
267 mblk_t *mp, *nextmp; in softmac_notify_thread() local280 nextmp = mp->b_next; in softmac_notify_thread()283 mp = nextmp; in softmac_notify_thread()
2327 mblk_t *mp, *nextmp; in aggr_lacp_rx_thread() local2349 nextmp = mp->b_next; in aggr_lacp_rx_thread()2352 mp = nextmp; in aggr_lacp_rx_thread()2363 for (mp = grp->lg_lacp_head; mp != NULL; mp = nextmp) { in aggr_lacp_rx_thread()2366 nextmp = mp->b_next; in aggr_lacp_rx_thread()
1308 mblk_t *retmp = NULL, *tailmp, *nextmp; in sof_filter_data_in_proc() local1312 nextmp = mp->b_next; in sof_filter_data_in_proc()1341 } while ((mp = nextmp) != NULL); in sof_filter_data_in_proc()
1822 mblk_t *mp, *nextmp; in arp_modclose() local1894 for (; mp != NULL; mp = nextmp) { in arp_modclose()1895 nextmp = mp->b_next; in arp_modclose()
2778 mblk_t *mp, *nextmp; in nce_timer() local2789 for (mp = ncec->ncec_qd_mp; mp != NULL; mp = nextmp) { in nce_timer()2790 nextmp = mp->b_next; in nce_timer()2795 *prevmpp = nextmp; in nce_timer()
12875 mblk_t *mp, *nextmp; in ill_dlpi_send_deferred() local12887 for (; mp != NULL; mp = nextmp) { in ill_dlpi_send_deferred()12888 nextmp = mp->b_next; in ill_dlpi_send_deferred()12901 mblk_t *mp, *nextmp; in ill_dlpi_clear_deferred() local12909 for (; mp != NULL; mp = nextmp) { in ill_dlpi_clear_deferred()12910 nextmp = mp->b_next; in ill_dlpi_clear_deferred()
4033 mblk_t *nextmp; in esballoc_mblk_free() local4035 for (; mp != NULL; mp = nextmp) { in esballoc_mblk_free()4036 nextmp = mp->b_next; in esballoc_mblk_free()