Home
last modified time | relevance | path

Searched refs:thbh (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet6/
H A Dip6_output.c3954 struct ip6_hbh *hbh, *thbh = NULL; in ip6_setpktopt() local
3984 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()