Searched refs:unresolved (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/net/appletalk/ | 
| D | aarp.c | 72 static struct aarp_entry *unresolved[AARP_HASH_SIZE];  variable 315 		__aarp_kick(&unresolved[ct]);  in aarp_expire_timeout() 316 		__aarp_expire_timer(&unresolved[ct]);  in aarp_expire_timeout() 341 			__aarp_expire_device(&unresolved[ct], dev);  in aarp_device_event() 370 		__aarp_expire_all(&unresolved[ct]);  in aarp_purge() 623 	a = __aarp_find_entry(unresolved[hash], dev, sa);  in aarp_send_ddp() 641 	a->next		 = unresolved[hash];  in aarp_send_ddp() 644 	unresolved[hash] = a;  in aarp_send_ddp() 783 		a = __aarp_find_entry(unresolved[hash], dev, &sa);  in aarp_rcv() 789 		__aarp_resolved(&unresolved[hash], a, hash);  in aarp_rcv() [all …] 
 | 
| /Linux-v5.4/tools/perf/Documentation/ | 
| D | perf-mem.txt | 59 --hide-unresolved::
  | 
| D | perf-report.txt | 68 --hide-unresolved::
  | 
| /Linux-v5.4/net/ipv6/ | 
| D | ip6mr.c | 773 	while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) {  in ip6mr_destroy_unres() 991 	skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);  in ip6mr_cache_alloc_unres() 1009 	while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {  in ip6mr_cache_resolve() 1187 	if (c->_c.mfc_un.unres.unresolved.qlen > 3) {  in ip6mr_cache_unresolved() 1195 		skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);  in ip6mr_cache_unresolved() 2372 static int mr6_msgsize(bool unresolved, int maxvif)  in mr6_msgsize()  argument 2381 	if (!unresolved)  in mr6_msgsize()
  | 
| /Linux-v5.4/net/core/ | 
| D | fib_rules.c | 731 	int err = -EINVAL, unresolved = 0;  in fib_nl_newrule()  local 780 		unresolved = 1;  in fib_nl_newrule() 812 	if (unresolved)  in fib_nl_newrule()
  | 
| /Linux-v5.4/net/ipv4/ | 
| D | ipmr.c | 749 	while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) {  in ipmr_destroy_unres() 996 		skb_queue_head_init(&c->_c.mfc_un.unres.unresolved);  in ipmr_cache_alloc_unres() 1010 	while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) {  in ipmr_cache_resolve() 1174 	if (c->_c.mfc_un.unres.unresolved.qlen > 3) {  in ipmr_cache_unresolved() 1182 		skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb);  in ipmr_cache_unresolved() 2373 static size_t mroute_msgsize(bool unresolved, int maxvif)  in mroute_msgsize()  argument 2382 	if (!unresolved)  in mroute_msgsize()
  | 
| /Linux-v5.4/include/linux/ | 
| D | mroute_base.h | 139 			struct sk_buff_head unresolved;  member
  | 
| /Linux-v5.4/fs/befs/ | 
| 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-v5.4/Documentation/process/ | 
| D | code-of-conduct-interpretation.rst | 45 documents final escalation paths in case of unresolved concerns
  | 
| /Linux-v5.4/Documentation/networking/device_drivers/ | 
| D | sb1000.txt | 143 2.) I get "unresolved symbol" error messages on executing `insmod sb1000.o'.
  | 
| /Linux-v5.4/Documentation/networking/device_drivers/3com/ | 
| D | vortex.txt | 448 unresolved.
  | 
| /Linux-v5.4/Documentation/scsi/ | 
| D | ChangeLog.megaraid | 428 iii.	Module compilation reorder in Makefile so that unresolved symbols do
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | ip-sysctl.txt | 124 	queued for each	unresolved address by other network layers. 134 	unresolved address by other network layers.
  |