Home
last modified time | relevance | path

Searched refs:ip_tunnel (Results 1 – 9 of 9) sorted by relevance

/linux/net/ipv6/
H A Dsit.c74 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst,
80 struct ip_tunnel __rcu *tunnels_r_l[IP6_SIT_HASH_SIZE];
81 struct ip_tunnel __rcu *tunnels_r[IP6_SIT_HASH_SIZE];
82 struct ip_tunnel __rcu *tunnels_l[IP6_SIT_HASH_SIZE];
83 struct ip_tunnel __rcu *tunnels_wc[1];
84 struct ip_tunnel __rcu **tunnels[4];
91 struct ip_tunnel *t = netdev_priv(dev); in dev_to_sit_net()
99 static struct ip_tunnel *ipip6_tunnel_lookup(struct net *net, in ipip6_tunnel_lookup()
106 struct ip_tunnel *t; in ipip6_tunnel_lookup()
138 static struct ip_tunnel __rcu **
[all …]
/linux/net/ipv4/
H A Dip_tunnel.c81 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 Dip_gre.c144 struct ip_tunnel *t; in ipgre_err()
275 struct ip_tunnel *tunnel; in erspan_rcv()
371 struct ip_tunnel *tunnel; in __ipgre_rcv()
480 struct ip_tunnel *tunnel = netdev_priv(dev); in __gre_xmit()
499 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_fb_xmit()
542 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_fb_xmit()
652 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_xmit()
706 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_xmit()
764 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_tap_xmit()
794 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_link_update()
[all …]
H A Dipip.c136 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); in ipip_fill_forward_path()
426 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_init()
478 struct ip_tunnel *t = netdev_priv(dev); in ipip_newlink()
501 struct ip_tunnel *t = netdev_priv(dev); in ipip_changelink()
562 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fill_info()
615 .priv_size = sizeof(struct ip_tunnel),
H A Dip_vti.c50 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()
626 struct ip_tunnel *t = netdev_priv(dev); in vti_fill_info()
653 .priv_size = sizeof(struct ip_tunnel),
/linux/include/net/
H A Dip_tunnels.h153 struct ip_tunnel { struct
154 struct ip_tunnel __rcu *next; argument
218 struct ip_tunnel __rcu *collect_md_tun; argument
417 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn,
423 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
459 int ip_tunnel_encap_setup(struct ip_tunnel *t,
H A Dxfrm.h745 struct ip_tunnel *ip4;
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c14 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 Dspectrum_span.c415 struct ip_tunnel *tun = netdev_priv(to_dev); in mlxsw_sp_span_gretap4_route()