Searched refs:canwait (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netinet6/ |
| H A D | ip6_output.c | 2584 dst->type = malloc(hlen, M_IP6OPT, canwait);\ 2592 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait) in copypktopts() argument 2606 M_IP6OPT, canwait); in copypktopts() 2613 M_IP6OPT, canwait); in copypktopts() 2633 ip6_copypktopts(struct ip6_pktopts *src, int canwait) in ip6_copypktopts() argument 2638 dst = malloc(sizeof(*dst), M_IP6OPT, canwait); in ip6_copypktopts() 2643 if ((error = copypktopts(dst, src, canwait)) != 0) { in ip6_copypktopts()
|