Home
last modified time | relevance | path

Searched refs:prl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv6/
Dsit.c274 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() local
283 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() local
329 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 …]
/linux-4.4.14/include/net/
Dip_tunnels.h124 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */ member
/linux-4.4.14/drivers/scsi/aacraid/
Daachba.c810 char prl[4]; /* Product Revision Level */ member
920 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()
923 inqstrcpy ("V1.0", str->prl); in setinqstr()