Searched refs:current_mp (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/igb/ |
| H A D | igb_tx.c | 106 mblk_t *current_mp, *next_mp, *nmp; in igb_tx() local 249 current_mp = mp; in igb_tx() 250 current_len = MBLKL(current_mp); in igb_tx() 271 while (current_mp) { in igb_tx() 272 next_mp = current_mp->b_cont; in igb_tx() 288 current_mp = next_mp; in igb_tx() 358 desc_num = igb_tx_copy(tx_ring, tcb, current_mp, in igb_tx() 369 desc_num = igb_tx_bind(tx_ring, tcb, current_mp, in igb_tx() 378 current_mp = next_mp; in igb_tx()
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip6.c | 3839 const mblk_t *current_mp = mp; in ip_get_dst_v6() local 3865 rv = pluck_out_dst(current_mp, whereptr, rv); in ip_get_dst_v6() 3871 while (current_mp != NULL && in ip_get_dst_v6() 3872 whereptr + ehdrlen >= current_mp->b_wptr) { in ip_get_dst_v6() 3873 ehdrlen -= (current_mp->b_wptr - whereptr); in ip_get_dst_v6() 3874 current_mp = current_mp->b_cont; in ip_get_dst_v6() 3875 if (current_mp == NULL) { in ip_get_dst_v6() 3878 mp, mblk_t *, current_mp, ip6_t *, ip6h); in ip_get_dst_v6() 3881 whereptr = current_mp->b_rptr; in ip_get_dst_v6() 3886 ASSERT(current_mp == NULL || whereptr + 1 < current_mp->b_wptr); in ip_get_dst_v6()
|