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

/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_kern.h722 #define NAF_ZOMBIE (1U<<30) /* the nic driver has been unloaded */ macro
1377 return na == NULL || (na->na_flags & NAF_ZOMBIE);
H A Dnetmap.c663 na->na_flags |= NAF_ZOMBIE;
673 if (na->na_flags & NAF_ZOMBIE) {
675 na->na_flags &= ~NAF_ZOMBIE;
3941 * The NAF_ZOMBIE flag will notify the new owner that
3945 na->na_flags |= NAF_ZOMBIE;
3947 /* give active users a chance to notice that NAF_ZOMBIE has been

Completed in 122 milliseconds