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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rmclass.c971 if (op == ALTDQ_REMOVE && ifd->pollcache_) {
972 cl = ifd->pollcache_;
980 ifd->pollcache_ = NULL;
985 ifd->pollcache_ = NULL;
1101 ifd->pollcache_ = cl;
1126 if (op == ALTDQ_REMOVE && ifd->pollcache_) {
1127 cl = ifd->pollcache_;
1129 ifd->pollcache_ = NULL;
1133 ifd->pollcache_ = NULL;
1207 ifd->pollcache_
[all...]
H A Daltq_rmclass.h232 rm_class_t *pollcache_; /* cached rm_class by poll operation */ member in struct:rm_ifdat

Completed in 101 milliseconds