Searched refs:ip_tunnel_net (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | ip_tunnel.c | 151 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, in ip_tunnel_lookup() 241 static struct hlist_head *ip_bucket(struct ip_tunnel_net *itn, in ip_bucket() 260 static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_add() 272 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, in ip_tunnel_find() 403 struct ip_tunnel_net *itn, in ip_tunnel_create() 803 static void ip_tunnel_update(struct ip_tunnel_net *itn, in ip_tunnel_update() 841 struct ip_tunnel_net *itn = net_generic(net, t->ip_tnl_net_id); in ip_tunnel_ioctl() 965 struct ip_tunnel_net *itn; in ip_tunnel_dellink() 995 struct ip_tunnel_net *itn = net_generic(net, ip_tnl_net_id); in ip_tunnel_init_net() 1027 static void ip_tunnel_destroy(struct ip_tunnel_net *itn, struct list_head *head, in ip_tunnel_destroy() [all …]
|
D | ip_vti.c | 59 struct ip_tunnel_net *itn = net_generic(net, vti_net_id); in vti_input() 257 struct ip_tunnel_net *itn = net_generic(net, vti_net_id); in vti4_err() 415 struct ip_tunnel_net *itn; in vti_init_net() 427 struct ip_tunnel_net *itn = net_generic(net, vti_net_id); in vti_exit_net() 435 .size = sizeof(struct ip_tunnel_net),
|
D | ipip.c | 137 struct ip_tunnel_net *itn = net_generic(net, ipip_net_id); in ipip_err() 189 struct ip_tunnel_net *itn = net_generic(net, ipip_net_id); in ipip_rcv() 517 struct ip_tunnel_net *itn = net_generic(net, ipip_net_id); in ipip_exit_net() 525 .size = sizeof(struct ip_tunnel_net),
|
D | ip_gre.c | 142 struct ip_tunnel_net *itn; in ipgre_err() 206 struct ip_tunnel_net *itn; in ipgre_rcv() 546 struct ip_tunnel_net *itn = net_generic(net, ipgre_net_id); in ipgre_exit_net() 554 .size = sizeof(struct ip_tunnel_net), 859 struct ip_tunnel_net *itn = net_generic(net, gre_tap_net_id); in ipgre_tap_exit_net() 867 .size = sizeof(struct ip_tunnel_net),
|
/linux-4.1.27/include/net/ |
D | ip_tunnels.h | 118 struct ip_tunnel_net { struct 149 void ip_tunnel_delete_net(struct ip_tunnel_net *itn, struct rtnl_link_ops *ops); 160 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn,
|