Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c4022 struct ip6_rthdr *rth, *trth = NULL; in ip6_setpktopt() local
4059 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4060 if (trth == NULL) { in ip6_setpktopt()
4063 bcopy(rth, trth, rthlen); in ip6_setpktopt()
4064 opt->ip6po_rthdr = trth; in ip6_setpktopt()