Home
last modified time | relevance | path

Searched refs:ip_tunnel_prl_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_tunnels.h95 struct ip_tunnel_prl_entry { struct
96 struct ip_tunnel_prl_entry __rcu *next;
138 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */
/kernel/linux/linux-6.6/include/net/
H A Dip_tunnels.h104 struct ip_tunnel_prl_entry { struct
105 struct ip_tunnel_prl_entry __rcu *next;
150 struct ip_tunnel_prl_entry __rcu *prl; /* potential router list */
/kernel/linux/linux-5.10/net/ipv6/
H A Dsit.c287 static struct ip_tunnel_prl_entry *
290 struct ip_tunnel_prl_entry *prl; in __ipip6_tunnel_locate_prl()
304 struct ip_tunnel_prl_entry *prl; in ipip6_tunnel_get_prl()
367 struct ip_tunnel_prl_entry *p; in ipip6_tunnel_add_prl()
391 p = kzalloc(sizeof(struct ip_tunnel_prl_entry), GFP_KERNEL); in ipip6_tunnel_add_prl()
408 struct ip_tunnel_prl_entry *p, *n; in prl_list_destroy_rcu()
410 p = container_of(head, struct ip_tunnel_prl_entry, rcu_head); in prl_list_destroy_rcu()
421 struct ip_tunnel_prl_entry *x; in ipip6_tunnel_del_prl()
422 struct ip_tunnel_prl_entry __rcu **p; in ipip6_tunnel_del_prl()
483 struct ip_tunnel_prl_entry * in isatap_chksrc()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dsit.c290 static struct ip_tunnel_prl_entry *
293 struct ip_tunnel_prl_entry *prl; in __ipip6_tunnel_locate_prl()
306 struct ip_tunnel_prl_entry *prl; in ipip6_tunnel_get_prl()
370 struct ip_tunnel_prl_entry *p; in ipip6_tunnel_add_prl()
394 p = kzalloc(sizeof(struct ip_tunnel_prl_entry), GFP_KERNEL); in ipip6_tunnel_add_prl()
411 struct ip_tunnel_prl_entry *p, *n; in prl_list_destroy_rcu()
413 p = container_of(head, struct ip_tunnel_prl_entry, rcu_head); in prl_list_destroy_rcu()
424 struct ip_tunnel_prl_entry *x; in ipip6_tunnel_del_prl()
425 struct ip_tunnel_prl_entry __rcu **p; in ipip6_tunnel_del_prl()
486 struct ip_tunnel_prl_entry * in isatap_chksrc()
[all...]

Completed in 6 milliseconds