Searched refs:next_mp (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/e1000g/ |
| H A D | e1000g_tx.c | 160 mblk_t *next_mp; in e1000g_send() local 241 next_mp = mp; in e1000g_send() 244 pre_mp = next_mp; in e1000g_send() 245 next_mp = next_mp->b_cont; in e1000g_send() 246 len += MBLKL(next_mp); in e1000g_send() 256 hdr_frag_len = cur_context.hdr_len - (len - MBLKL(next_mp)); in e1000g_send() 278 if ((next_mp != mp) || in e1000g_send() 279 (P2NPHASE((uintptr_t)next_mp->b_rptr, in e1000g_send() 291 bcopy(next_mp->b_rptr, new_mp->b_rptr, hdr_frag_len); in e1000g_send() 294 new_mp->b_cont = next_mp; in e1000g_send() [all …]
|
| /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 272 next_mp = current_mp->b_cont; in igb_tx() 273 eop = (next_mp == NULL); /* Last fragment of the packet? */ in igb_tx() 274 next_len = eop ? 0: MBLKL(next_mp); in igb_tx() 288 current_mp = next_mp; in igb_tx() 378 current_mp = next_mp; in igb_tx()
|
| /illumos-gate/usr/src/uts/common/io/mac/ |
| H A D | mac_util.c | 1409 mblk_t *next_mp, **prev, *mp; in mac_add_vlan_tag_chain() local 1415 next_mp = mp->b_next; in mac_add_vlan_tag_chain() 1418 freemsgchain(next_mp); in mac_add_vlan_tag_chain() 1423 mp = mp->b_next = next_mp; in mac_add_vlan_tag_chain() 1464 mblk_t *mp, *next_mp, **prev; in mac_strip_vlan_tag_chain() local 1470 next_mp = mp->b_next; in mac_strip_vlan_tag_chain() 1473 freemsgchain(next_mp); in mac_strip_vlan_tag_chain() 1478 mp = mp->b_next = next_mp; in mac_strip_vlan_tag_chain()
|
| /illumos-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | socksyscalls.c | 2433 mblk_t *next_mp; in snf_direct_io() local 2437 next_mp = mp->b_next; in snf_direct_io() 2440 mp = next_mp; in snf_direct_io()
|
| /illumos-gate/usr/src/uts/common/inet/tcp/ |
| H A D | tcp_input.c | 741 mblk_t *next_mp; in tcp_reass() local 751 next_mp = mp->b_cont; in tcp_reass() 808 } while (start = end, mp = next_mp); in tcp_reass()
|
| /illumos-gate/usr/src/stand/lib/tcp/ |
| H A D | tcp.c | 6500 mblk_t *next_mp; in tcp_reass() local 6508 next_mp = mp->b_cont; in tcp_reass() 6563 } while (start = end, mp = next_mp); in tcp_reass()
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip.c | 6728 mblk_t *next_mp; in ip_reassemble() local 6777 next_mp = mp->b_cont; in ip_reassemble() 6802 ipf->ipf_mp->b_cont = next_mp; in ip_reassemble() 6820 if (next_mp) in ip_reassemble() 6870 } else if (start == offset && next_mp == NULL) in ip_reassemble() 7039 } while (start = end, mp = next_mp); in ip_reassemble()
|