Symbol: ib_header_info_t
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6941
ib_header_info_t *ipibp;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6966
ipibp = (ib_header_info_t *)mp->b_rptr;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7112
if (MBLKL(mp) < sizeof (ib_header_info_t) + IPV6_HDR_LEN) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7114
sizeof (ib_header_info_t))) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7120
ipibp = (ib_header_info_t *)mp->b_rptr;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7123
sizeof (ib_header_info_t));
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7131
if (MBLKL(mp) < sizeof (ib_header_info_t) +
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7133
if (!pullupmsg(mp, sizeof (ib_header_info_t) +
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7142
sizeof (ib_header_info_t));
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7923
ib_header_info_t *phdr;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7978
phdr = (ib_header_info_t *)mp->b_rptr;
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1457
ib_header_info_t *phdr;
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1554
phdr = (ib_header_info_t *)mp->b_rptr;
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
194
ib_header_info_t *ibha; /* ib header for pmtu_pkt */
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
228
if ((pmtu_mp = allocb(sizeof (ib_header_info_t) + sizeof (ipha_t)
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
234
pmtu_mp->b_wptr = pmtu_mp->b_rptr + sizeof (ib_header_info_t)
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
237
ibha = (ib_header_info_t *)pmtu_mp->b_rptr;
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
274
(int32_t)sizeof (ib_header_info_t) + (int32_t)sizeof (ipha_t), 0);
usr/src/uts/common/io/mac/plugins/mac_ib.c
177
ib_header_info_t *ibhp;
usr/src/uts/common/io/mac/plugins/mac_ib.c
183
mp = allocb(sizeof (ib_header_info_t) + extra_len, BPRI_HI);
usr/src/uts/common/io/mac/plugins/mac_ib.c
191
mp->b_wptr += sizeof (ib_header_info_t);
usr/src/uts/common/io/mac/plugins/mac_ib.c
198
ib_header_info_t *ibhp;
usr/src/uts/common/io/mac/plugins/mac_ib.c
201
if (MBLKL(mp) < sizeof (ib_header_info_t))
usr/src/uts/common/io/mac/plugins/mac_ib.c
206
hdr_info->mhi_hdrsize = sizeof (ib_header_info_t);