Searched refs:thbh (Results 1 – 1 of 1) sorted by relevance
3954 struct ip6_hbh *hbh, *thbh = NULL; in ip6_setpktopt() local3984 thbh = kalloc_data(hbhlen, Z_NOWAIT); in ip6_setpktopt()3985 if (thbh == NULL) { in ip6_setpktopt()3989 bcopy(hbh, thbh, hbhlen); in ip6_setpktopt()3990 opt->ip6po_hbh = thbh; in ip6_setpktopt()