Lines Matching refs:hbh
996 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); in ip6_output() local
1001 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output()
1012 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1), in ip6_output()
1013 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
1367 struct ip6_hbh *hbh; in ip6_insert_jumboopt() local
1411 hbh = mtod(mopt, struct ip6_hbh *); in ip6_insert_jumboopt()
1412 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
3085 struct ip6_hbh *hbh; in ip6_setpktopt() local
3107 hbh = (struct ip6_hbh *)buf; in ip6_setpktopt()
3108 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
3117 bcopy(hbh, opt->ip6po_hbh, hbhlen); in ip6_setpktopt()