Lines Matching refs:unresolved
74 /* Special spinlock for queue of unresolved entries */
79 with weak lock mrt_lock. Queue of unresolved entries is protected
507 /* unresolved mfc_caches don't contain
768 /* Destroy an unresolved cache entry, killing queued skbs
779 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) {
796 /* Timer process for all the unresolved queue. */
998 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
1016 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
1198 if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
1206 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
2375 /* do not break the dump if cache is unresolved */
2395 static int mr6_msgsize(bool unresolved, int maxvif)
2404 if (!unresolved)