Searched refs:ip_tunnel (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 81 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, in ip_tunnel_lookup() 86 struct ip_tunnel *t, *cand = NULL; in ip_tunnel_lookup() 192 static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_add() 201 static void ip_tunnel_del(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_del() 208 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, in ip_tunnel_find() 217 struct ip_tunnel *t = NULL; in ip_tunnel_find() 238 struct ip_tunnel *tunnel; in __ip_tunnel_create() 283 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_bind_dev() 329 static struct ip_tunnel *ip_tunnel_create(struct net *net, in ip_tunnel_create() 333 struct ip_tunnel *nt; in ip_tunnel_create() [all …]
|
| H A D | ip_gre.c | 144 struct ip_tunnel *t; in ipgre_err() 275 struct ip_tunnel *tunnel; in erspan_rcv() 371 struct ip_tunnel *tunnel; in __ipgre_rcv() 479 struct ip_tunnel *tunnel = netdev_priv(dev); in __gre_xmit() 501 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_fb_xmit() 544 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_fb_xmit() 654 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_xmit() 706 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_xmit() 761 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_tap_xmit() 789 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_link_update() [all …]
|
| H A D | ipip.c | 136 struct ip_tunnel *t; in ipip_err() 221 struct ip_tunnel *tunnel; in ipip_tunnel_rcv() 285 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_xmit() 359 struct ip_tunnel *tunnel = netdev_priv(ctx->dev); 416 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_netlink_parms() 468 struct ip_tunnel *t = netdev_priv(dev); in ipip_changelink() 491 struct ip_tunnel *t = netdev_priv(dev); in ipip_get_size() 549 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fill_info() 602 .priv_size = sizeof(struct ip_tunnel), in ipip_init_net()
|
| H A D | ip_vti.c | 50 struct ip_tunnel *tunnel; in vti_input() 103 struct ip_tunnel *tunnel = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4; in vti_rcv_cb() 172 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_xmit() 283 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_xmit() 320 struct ip_tunnel *tunnel; in vti4_err() 438 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_init() 454 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_fb_tunnel_init() 595 struct ip_tunnel *t = netdev_priv(dev); in vti_changelink() 623 struct ip_tunnel *t = netdev_priv(dev); in vti_fill_info() 650 .priv_size = sizeof(struct ip_tunnel),
|
| H A D | Makefile | 19 obj-$(CONFIG_NET_IP_TUNNEL) += ip_tunnel.o
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 146 struct ip_tunnel { struct 147 struct ip_tunnel __rcu *next; argument 211 struct ip_tunnel __rcu *collect_md_tun; argument 411 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, 417 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, 453 int ip_tunnel_encap_setup(struct ip_tunnel *t,
|
| H A D | xfrm.h | 732 struct ip_tunnel *ip4;
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ipip.c | 14 struct ip_tunnel *tun = netdev_priv(ol_dev); in mlxsw_sp_ipip_netdev_parms4() 244 struct ip_tunnel *tunnel = netdev_priv(ol_dev); in mlxsw_sp_ipip_can_offload_gre4() 629 struct ip_tunnel *tun4; in mlxsw_sp_ipip_netdev_ul_dev_get()
|
| H A D | spectrum_span.c | 415 struct ip_tunnel *tun = netdev_priv(to_dev); in mlxsw_sp_span_gretap4_route()
|