Searched refs:prl (Results 1 – 3 of 3) sorted by relevance
274 for (prl = rcu_dereference(start); \275 prl; \276 prl = rcu_dereference(prl->next))281 struct ip_tunnel_prl_entry *prl; in __ipip6_tunnel_locate_prl() local283 for_each_prl_rcu(t->prl) in __ipip6_tunnel_locate_prl()284 if (prl->addr == addr) in __ipip6_tunnel_locate_prl()286 return prl; in __ipip6_tunnel_locate_prl()294 struct ip_tunnel_prl_entry *prl; in ipip6_tunnel_get_prl() local329 for_each_prl_rcu(t->prl) { in ipip6_tunnel_get_prl()332 if (kprl.addr != htonl(INADDR_ANY) && prl->addr != kprl.addr) in ipip6_tunnel_get_prl()[all …]
124 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */ member
810 char prl[4]; /* Product Revision Level */ member920 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()923 inqstrcpy ("V1.0", str->prl); in setinqstr()