Searched defs:fp_mp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c2733 * Delete any existing existing dlur_mp and fp_mp information.
2739 * add the new dlur_mp and fp_mp
3322 mblk_t *nce_fp_mp, *fp_mp; local
3336 fp_mp = mp->b_cont;
3337 if (nce_fp_mp->b_rptr + MBLKL(fp_mp) >
3351 fp_mp = dupb(mp->b_cont);
3352 nce->nce_fp_mp = fp_mp;
3354 fp_mp = mp->b_cont;
3355 bcopy(fp_mp->b_rptr, nce_fp_mp->b_rptr, MBLKL(fp_mp));
[all...]
H A Dip.c14426 boolean_t fp_mp; local
14542 fp_mp = (mp->b_datap->db_type == M_DATA);
14544 if (fp_mp &&
14580 ip_xmit_flowctl_drop(ill, mp, fp_mp,

Completed in 96 milliseconds