Searched refs:canwait (Results 1 – 1 of 1) sorted by relevance
| /src/sys/netinet6/ |
| H A D | ip6_output.c | 2586 dst->type = malloc(hlen, M_IP6OPT, canwait);\ 2594 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) in copypktopts() argument 2608 M_IP6OPT, canwait); in copypktopts() 2615 M_IP6OPT, canwait); in copypktopts() 2635 ip6_copypktopts(struct ip6_pktopts *src, int canwait) in ip6_copypktopts() argument 2640 dst = malloc(sizeof(*dst), M_IP6OPT, canwait); in ip6_copypktopts() 2645 if ((error = copypktopts(dst, src, canwait)) != 0) { in ip6_copypktopts()
|