Searched refs:unresolved (Results 1 – 15 of 15) sorted by relevance
/linux/net/appletalk/ |
H A D | aarp.c | 61 /* These first two are only used for unresolved entries */ 73 /* Hashed list of resolved, unresolved and proxy entries */ 75 static struct aarp_entry *unresolved[AARP_HASH_SIZE]; variable 329 __aarp_kick(&unresolved[ct]); in aarp_expire_timeout() 330 __aarp_expire_timer(&unresolved[ct]); in aarp_expire_timeout() 355 __aarp_expire_device(&unresolved[ct], dev); in aarp_device_event() 384 __aarp_expire_all(&unresolved[ct]); in aarp_purge() 609 /* Do we have an unresolved entry: This is the less common path */ in aarp_send_ddp() 610 a = __aarp_find_entry(unresolved[hash], dev, sa); in aarp_send_ddp() 611 if (a) { /* Queue onto the unresolved queu in aarp_send_ddp() [all...] |
/linux/tools/net/ynl/pyynl/lib/ |
H A D | nlspec.py | 478 unresolved = self._resolution_list 481 for elem in unresolved:
|
/linux/net/ipv6/ |
H A D | ip6mr.c | 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 in ipmr_mfc_seq_show() 786 /* Destroy an unresolved cache entry, killing queued skbs 797 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres() 814 /* Timer process for all the unresolved queue. */ 1016 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres() 1034 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ip6mr_cache_resolve() 1216 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ip6mr_cache_unresolved() 1224 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, sk in ip6mr_cache_unresolved() 2542 mr6_msgsize(bool unresolved,int maxvif) mr6_msgsize() argument [all...] |
/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 21 echo " --fail-unresolved Treat UNRESOLVED as a failure" 127 --fail-unresolved) 504 prlog "# of unresolved: " `echo $UNRESOLVED_CASES | wc -w`
|
/linux/include/linux/ |
H A D | mroute_base.h | 120 * @expires: unresolved entry expire time 121 * @unresolved: unresolved cached skbs 143 struct sk_buff_head unresolved; member 235 * @ipmr_expire_timer: timer for handling unresolved routes 236 * @mfc_unres_queue: list of unresolved MFC entries 241 * @cache_resolve_queue_len: current size of unresolved queue 394 /* Lock protecting the mr_table's unresolved queue */
|
/linux/net/ipv4/ |
H A D | ipmr.c | 90 /* Special spinlock for queue of unresolved entries */ 95 * with weak lock mrt_lock. Queue of unresolved entries is protected 734 /* Destroy an unresolved cache entry, killing queued skbs 745 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres() 765 /* Timer process for the unresolved queue. */ 990 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres() 1004 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve() 1175 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ipmr_cache_unresolved() 1183 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ipmr_cache_unresolved() 2492 /* do not break the dump if cache is unresolved */ in ipmr_fill_mroute() 2512 mroute_msgsize(bool unresolved,int maxvif) mroute_msgsize() argument [all...] |
/linux/net/core/ |
H A D | fib_rules.c | 877 int err = -EINVAL, unresolved = 0; in fib_newrule() local 937 unresolved = 1; in fib_newrule() 952 * There are unresolved goto rules in the list, check if in fib_newrule() 969 if (unresolved) in fib_newrule()
|
/linux/fs/befs/ |
H A D | ChangeLog | 14 * Oy! Fixed stupid bug that would cause an unresolved symbol error. 33 wouldn't work on older (<2.4.10) kernels due to an unresolved symbol.
|
/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 145 --hide-unresolved::
|
H A D | perf-report.txt | 68 --hide-unresolved::
|
/linux/Documentation/process/ |
H A D | code-of-conduct-interpretation.rst | 45 documents final escalation paths in case of unresolved concerns
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 459 unresolved.
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid | 428 iii. Module compilation reorder in Makefile so that unresolved symbols do
|
/linux/Documentation/admin-guide/ |
H A D | reporting-regressions.rst | 128 regressions becomes mentioned `on the list of tracked and unresolved Linux
|
/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 207 queued for each unresolved address by other network layers. 220 unresolved address by other network layers.
|