Home
last modified time | relevance | path

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

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