Searched refs:thbh (Results 1 – 1 of 1) sorted by relevance
3907 struct ip6_hbh *hbh, *thbh = NULL; in ip6_setpktopt() local3937 thbh = kalloc_data(hbhlen, Z_NOWAIT); in ip6_setpktopt()3938 if (thbh == NULL) { in ip6_setpktopt()3942 bcopy(hbh, thbh, hbhlen); in ip6_setpktopt()3943 opt->ip6po_hbh = thbh; in ip6_setpktopt()