Lines Matching refs:unresolved
74 /* Special spinlock for queue of unresolved entries */
79 with weak lock mrt_lock. Queue of unresolved entries is protected
525 /* unresolved mfc_caches don't contain
786 /* Destroy an unresolved cache entry, killing queued skbs
797 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) {
814 /* Timer process for all the unresolved queue. */
1016 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
1034 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
1216 if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
1224 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
2522 /* do not break the dump if cache is unresolved */
2542 static int mr6_msgsize(bool unresolved, int maxvif)
2551 if (!unresolved)