Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/
Dsit.c283 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() local
292 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() local
338 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 …]
/linux-2.6.39/include/net/
Dipip.h37 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */ member
/linux-2.6.39/drivers/scsi/aacraid/
Daachba.c695 char prl[4]; /* Product Revision Level */ member
805 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()
808 inqstrcpy ("V1.0", str->prl); in setinqstr()