Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Dip6_output.c4057 struct ip6_rthdr *rth, *trth = NULL; in ip6_setpktopt() local
4094 trth = kalloc_data(rthlen, Z_NOWAIT); in ip6_setpktopt()
4095 if (trth == NULL) { in ip6_setpktopt()
4098 bcopy(rth, trth, rthlen); in ip6_setpktopt()
4099 opt->ip6po_rthdr = trth; in ip6_setpktopt()