Lines Matching refs:hbh
986 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); in ip6_output() local
991 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output()
1002 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1), in ip6_output()
1003 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output()
1357 struct ip6_hbh *hbh; in ip6_insert_jumboopt() local
1401 hbh = mtod(mopt, struct ip6_hbh *); in ip6_insert_jumboopt()
1402 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt()
3089 struct ip6_hbh *hbh; in ip6_setpktopt() local
3111 hbh = (struct ip6_hbh *)buf; in ip6_setpktopt()
3112 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt()
3121 bcopy(hbh, opt->ip6po_hbh, hbhlen); in ip6_setpktopt()