Searched refs:prl (Results 1 – 3 of 3) sorted by relevance
283 for (prl = rcu_dereference(start); \284 prl; \285 prl = rcu_dereference(prl->next))290 struct ip_tunnel_prl_entry *prl; in __ipip6_tunnel_locate_prl() local292 for_each_prl_rcu(t->prl) in __ipip6_tunnel_locate_prl()293 if (prl->addr == addr) in __ipip6_tunnel_locate_prl()295 return prl; in __ipip6_tunnel_locate_prl()303 struct ip_tunnel_prl_entry *prl; in ipip6_tunnel_get_prl() local338 for_each_prl_rcu(t->prl) { in ipip6_tunnel_get_prl()341 if (kprl.addr != htonl(INADDR_ANY) && prl->addr != kprl.addr) in ipip6_tunnel_get_prl()[all …]
37 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */ member
695 char prl[4]; /* Product Revision Level */ member805 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()808 inqstrcpy ("V1.0", str->prl); in setinqstr()