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

/freebsd-10.3-release/sys/netinet6/
H A Dip6_output.c2273 dst->type = malloc(hlen, M_IP6OPT, canwait);\
2274 if (dst->type == NULL && canwait == M_NOWAIT)\
2281 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) argument
2295 M_IP6OPT, canwait);
2302 M_IP6OPT, canwait);
2321 ip6_copypktopts(struct ip6_pktopts *src, int canwait) argument
2326 dst = malloc(sizeof(*dst), M_IP6OPT, canwait);
2331 if ((error = copypktopts(dst, src, canwait)) != 0) {

Completed in 50 milliseconds