Searched refs:copypktopts (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c148 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
2303 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) function
2353 if ((error = copypktopts(dst, src, canwait)) != 0) {
2392 * XXX: copypktopts() does not copy the cached route to a next
2397 if ((error = copypktopts(opt, stickyopt, M_NOWAIT)) != 0)

Completed in 52 milliseconds