Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_output.c2739 dst->type = malloc(hlen, M_IP6OPT, canwait);\
2747 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) in copypktopts() argument
2761 M_IP6OPT, canwait); in copypktopts()
2768 M_IP6OPT, canwait); in copypktopts()
2787 ip6_copypktopts(struct ip6_pktopts *src, int canwait) in ip6_copypktopts() argument
2792 dst = malloc(sizeof(*dst), M_IP6OPT, canwait); in ip6_copypktopts()
2797 if ((error = copypktopts(dst, src, canwait)) != 0) { in ip6_copypktopts()