Home
last modified time | relevance | path

Searched refs:unres (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/scripts/mod/
Dmodpost.c753 mod->unres = alloc_symbol(symname, in handle_modversions()
755 mod->unres); in handle_modversions()
2099 mod->unres = alloc_symbol("module_layout", 0, mod->unres); in read_symbols()
2198 for (s = mod->unres; s; s = s->next) { in check_exports()
2312 for (s = mod->unres; s; s = s->next) { in add_versions()
2328 for (s = mod->unres; s; s = s->next) { in add_versions()
2357 for (s = mod->unres; s; s = s->next) in add_depends()
2363 for (s = mod->unres; s; s = s->next) { in add_depends()
Dmodpost.h121 struct symbol *unres; member
/Linux-v5.4/net/ipv6/
Dip6mr.c773 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
799 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_do_expire_process()
801 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_do_expire_process()
991 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres()
992 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; 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()
/Linux-v5.4/net/ipv4/
Dipmr.c749 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
789 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_expire_process()
790 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_expire_process()
996 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
997 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ipmr_cache_alloc_unres()
1010 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
1170 c->_c.mfc_un.unres.expires); in ipmr_cache_unresolved()
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()
/Linux-v5.4/include/linux/
Dmroute_base.h140 } unres; member