Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_output.c158 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
2747 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) in copypktopts() function
2797 if ((error = copypktopts(dst, src, canwait)) != 0) { in ip6_copypktopts()
2841 if ((error = copypktopts(opt, stickyopt, M_NOWAIT)) != 0) in ip6_setpktopts()