Home
last modified time | relevance | path

Searched refs:ud_mp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_str.c1329 mblk_t *ud_mp; in dld_str_rx_unitdata() local
1363 if ((ud_mp = str_unitdata_ind(dsp, mp, strip_vlan)) == NULL) { in dld_str_rx_unitdata()
1376 ud_mp->b_cont = mp; in dld_str_rx_unitdata()
1382 putnext(dsp->ds_rq, ud_mp); in dld_str_rx_unitdata()
1384 freemsg(ud_mp); in dld_str_rx_unitdata()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c3272 mblk_t *ud_mp = nce->nce_dlur_mp; in nce_fastpath_match_dlur() local
3281 if (ud_mp == NULL) in nce_fastpath_match_dlur()
3287 ud_mp_rptr = ud_mp->b_rptr; in nce_fastpath_match_dlur()
3297 if (ud_mp->b_wptr - ud_mp_rptr != cmplen || in nce_fastpath_match_dlur()