Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dsit.c103 struct ip_tunnel *t; in ipip6_tunnel_lookup()
155 struct ip_tunnel *t) in ipip6_bucket()
162 struct ip_tunnel __rcu **tp; in ipip6_tunnel_unlink()
163 struct ip_tunnel *iter; in ipip6_tunnel_unlink()
233 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate()
531 struct ip_tunnel *t; in ipip6_err()
679 struct ip_tunnel *tunnel; in ipip6_rcv()
752 struct ip_tunnel *tunnel; in sit_tunnel_rcv()
1559 struct ip_tunnel *nt; in ipip6_newlink()
1817 struct ip_tunnel *t; in sit_destroy_tunnels()
[all …]
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c88 struct ip_tunnel *t, *cand = NULL; in ip_tunnel_lookup()
218 struct ip_tunnel *t = NULL; in ip_tunnel_find()
237 struct ip_tunnel *tunnel; in __ip_tunnel_create()
282 struct ip_tunnel *tunnel = netdev_priv(dev); in ip_tunnel_bind_dev()
332 struct ip_tunnel *nt; in ip_tunnel_create()
516 struct ip_tunnel *tunnel = netdev_priv(dev); in tnl_update_pmtu()
873 struct ip_tunnel *t, in ip_tunnel_update()
910 struct ip_tunnel *t = netdev_priv(dev); in ip_tunnel_ctl()
1146 struct ip_tunnel *t; in ip_tunnel_destroy()
1179 struct ip_tunnel *nt; in ip_tunnel_newlink()
[all …]
H A Dip_gre.c144 struct ip_tunnel *t; in ipgre_err()
269 struct ip_tunnel *tunnel; in erspan_rcv()
361 struct ip_tunnel *tunnel; in __ipgre_rcv()
858 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header()
895 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open()
921 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close()
962 struct ip_tunnel *tunnel; in __gre_tunnel_init()
1614 .priv_size = sizeof(struct ip_tunnel),
1629 .priv_size = sizeof(struct ip_tunnel),
1644 .priv_size = sizeof(struct ip_tunnel),
[all …]
H A Dipip.c135 struct ip_tunnel *t; in ipip_err()
217 struct ip_tunnel *tunnel; in ipip_tunnel_rcv()
277 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_xmit()
382 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_init()
434 struct ip_tunnel *t = netdev_priv(dev); in ipip_newlink()
454 struct ip_tunnel *t = netdev_priv(dev); in ipip_changelink()
512 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fill_info()
565 .priv_size = sizeof(struct ip_tunnel),
H A Dip_vti.c50 struct ip_tunnel *tunnel; in vti_input()
100 struct ip_tunnel *tunnel = XFRM_TUNNEL_SKB_CB(skb)->tunnel.ip4; in vti_rcv_cb()
169 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_xmit()
280 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_xmit()
317 struct ip_tunnel *tunnel; in vti4_err()
425 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_tunnel_init()
441 struct ip_tunnel *tunnel = netdev_priv(dev); in vti_fb_tunnel_init()
578 struct ip_tunnel *t = netdev_priv(dev); in vti_changelink()
606 struct ip_tunnel *t = netdev_priv(dev); in vti_fill_info()
633 .priv_size = sizeof(struct ip_tunnel),
H A DMakefile21 obj-$(CONFIG_NET_IP_TUNNEL) += ip_tunnel.o
/openbmc/linux/include/net/
H A Dip_tunnels.h113 struct ip_tunnel { struct
114 struct ip_tunnel __rcu *next; argument
178 struct ip_tunnel __rcu *collect_md_tun; argument
299 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn,
305 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb,
340 int ip_tunnel_encap_setup(struct ip_tunnel *t,
H A Dxfrm.h626 struct ip_tunnel *ip4;
/openbmc/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()
240 struct ip_tunnel *tunnel = netdev_priv(ol_dev); in mlxsw_sp_ipip_can_offload_gre4()
619 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()