Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_output.c4069 struct ip6_rthdr *rth, *trth = NULL; in ip6_setpktopt() local
4106 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4107 if (trth == NULL) { in ip6_setpktopt()
4110 bcopy(rth, trth, rthlen); in ip6_setpktopt()
4111 opt->ip6po_rthdr = trth; in ip6_setpktopt()