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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c191 mblk_t *pmtu_mp; local
227 if ((pmtu_mp = allocb(sizeof (ib_header_info_t) + sizeof (ipha_t)
232 pmtu_mp->b_cont = mp;
233 pmtu_mp->b_wptr = pmtu_mp->b_rptr + sizeof (ib_header_info_t)
236 ibha = (ib_header_info_t *)pmtu_mp->b_rptr;
272 icmph->icmph_checksum = IP_CSUM(pmtu_mp,
275 (void) hcksum_assoc(pmtu_mp, NULL, NULL, 0, 0, 0, 0,
283 mac_rx(state->id_mh, state->id_rh, pmtu_mp);

Completed in 66 milliseconds