Searched refs:ib_header_info_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_ib.h66 } ib_header_info_t; typedef in typeref:struct:ib_header_info
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c179 ib_header_info_t *ibhp;
185 mp = allocb(sizeof (ib_header_info_t) + extra_len, BPRI_HI);
193 mp->b_wptr += sizeof (ib_header_info_t);
200 ib_header_info_t *ibhp;
203 if (MBLKL(mp) < sizeof (ib_header_info_t))
208 hdr_info->mhi_hdrsize = sizeof (ib_header_info_t);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c193 ib_header_info_t *ibha; /* ib header for pmtu_pkt */
227 if ((pmtu_mp = allocb(sizeof (ib_header_info_t) + sizeof (ipha_t)
233 pmtu_mp->b_wptr = pmtu_mp->b_rptr + sizeof (ib_header_info_t)
236 ibha = (ib_header_info_t *)pmtu_mp->b_rptr;
273 (int32_t)sizeof (ib_header_info_t) + (int32_t)sizeof (ipha_t), 0);
1457 ib_header_info_t *phdr;
1554 phdr = (ib_header_info_t *)mp->b_rptr;
H A Dibd.c6941 ib_header_info_t *ipibp;
6966 ipibp = (ib_header_info_t *)mp->b_rptr;
7112 if (MBLKL(mp) < sizeof (ib_header_info_t) + IPV6_HDR_LEN) {
7114 sizeof (ib_header_info_t))) {
7120 ipibp = (ib_header_info_t *)mp->b_rptr;
7123 sizeof (ib_header_info_t));
7131 if (MBLKL(mp) < sizeof (ib_header_info_t) +
7133 if (!pullupmsg(mp, sizeof (ib_header_info_t) +
7142 sizeof (ib_header_info_t));
7923 ib_header_info_t *phd
[all...]

Completed in 82 milliseconds