Searched refs:fp_mp (Results 1 – 2 of 2) sorted by relevance
3320 mblk_t *nce_fp_mp, *fp_mp; in nce_fastpath_update() local3334 fp_mp = mp->b_cont; in nce_fastpath_update()3335 if (nce_fp_mp->b_rptr + MBLKL(fp_mp) > in nce_fastpath_update()3349 fp_mp = dupb(mp->b_cont); in nce_fastpath_update()3350 nce->nce_fp_mp = fp_mp; in nce_fastpath_update()3352 fp_mp = mp->b_cont; in nce_fastpath_update()3353 bcopy(fp_mp->b_rptr, nce_fp_mp->b_rptr, MBLKL(fp_mp)); in nce_fastpath_update()3355 + MBLKL(fp_mp); in nce_fastpath_update()
14426 boolean_t fp_mp; in ip_xmit() local14542 fp_mp = (mp->b_datap->db_type == M_DATA); in ip_xmit()14544 if (fp_mp && in ip_xmit()14580 ip_xmit_flowctl_drop(ill, mp, fp_mp, in ip_xmit()