Home
last modified time | relevance | path

Searched refs:nextmp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_strsubr.c106 mblk_t *nextmp; in esballoc_mblk_free() local
108 for (; mp != NULL; mp = nextmp) { in esballoc_mblk_free()
109 nextmp = mp->b_next; in esballoc_mblk_free()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c267 mblk_t *mp, *nextmp; in softmac_notify_thread() local
280 nextmp = mp->b_next; in softmac_notify_thread()
283 mp = nextmp; in softmac_notify_thread()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c2327 mblk_t *mp, *nextmp; in aggr_lacp_rx_thread() local
2349 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()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1308 mblk_t *retmp = NULL, *tailmp, *nextmp; in sof_filter_data_in_proc() local
1312 nextmp = mp->b_next; in sof_filter_data_in_proc()
1341 } while ((mp = nextmp) != NULL); in sof_filter_data_in_proc()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c1822 mblk_t *mp, *nextmp; in arp_modclose() local
1894 for (; mp != NULL; mp = nextmp) { in arp_modclose()
1895 nextmp = mp->b_next; in arp_modclose()
H A Dip_ndp.c2778 mblk_t *mp, *nextmp; in nce_timer() local
2789 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()
H A Dip_if.c12875 mblk_t *mp, *nextmp; in ill_dlpi_send_deferred() local
12887 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() local
12909 for (; mp != NULL; mp = nextmp) { in ill_dlpi_clear_deferred()
12910 nextmp = mp->b_next; in ill_dlpi_clear_deferred()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4034 mblk_t *nextmp; in esballoc_mblk_free() local
4036 for (; mp != NULL; mp = nextmp) { in esballoc_mblk_free()
4037 nextmp = mp->b_next; in esballoc_mblk_free()