Lines Matching refs:unresolved
69 /* Special spinlock for queue of unresolved entries */
74 with weak lock mrt_lock. Queue of unresolved entries is protected
503 /* 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. */
997 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);
1015 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {
1193 if (c->_c.mfc_un.unres.unresolved.qlen > 3) {
1201 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);
2360 /* do not break the dump if cache is unresolved */
2380 static int mr6_msgsize(bool unresolved, int maxvif)
2389 if (!unresolved)