Searched refs:ip_tunnel (Results 1 – 10 of 10) sorted by relevance
/linux/net/ipv6/ |
A D | sit.c | 103 struct ip_tunnel *t; in ipip6_tunnel_lookup() 155 struct ip_tunnel *t) in ipip6_bucket() 163 struct ip_tunnel *iter; in ipip6_tunnel_unlink() 233 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() 533 struct ip_tunnel *t; in ipip6_err() 681 struct ip_tunnel *tunnel; in ipip6_rcv() 760 struct ip_tunnel *tunnel; in sit_tunnel_rcv() 1107 struct ip_tunnel *tunnel; in ipip6_tunnel_bind_dev() 1621 struct ip_tunnel *nt; in ipip6_newlink() 1879 struct ip_tunnel *t; in sit_destroy_tunnels() [all …]
|
/linux/net/ipv4/ |
A D | ip_tunnel.c | 88 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() 489 struct ip_tunnel *tunnel = netdev_priv(dev); in tnl_update_pmtu() 825 struct ip_tunnel *t, in ip_tunnel_update() 862 struct ip_tunnel *t = netdev_priv(dev); in ip_tunnel_ctl() 1098 struct ip_tunnel *t; in ip_tunnel_destroy() 1131 struct ip_tunnel *nt; in ip_tunnel_newlink() [all …]
|
A D | ip_gre.c | 144 struct ip_tunnel *t; in ipgre_err() 269 struct ip_tunnel *tunnel; in erspan_rcv() 356 struct ip_tunnel *tunnel; in __ipgre_rcv() 848 struct ip_tunnel *t = netdev_priv(dev); in ipgre_header() 885 struct ip_tunnel *t = netdev_priv(dev); in ipgre_open() 911 struct ip_tunnel *t = netdev_priv(dev); in ipgre_close() 952 struct ip_tunnel *tunnel; in __gre_tunnel_init() 1597 .priv_size = sizeof(struct ip_tunnel), 1612 .priv_size = sizeof(struct ip_tunnel), 1627 .priv_size = sizeof(struct ip_tunnel), [all …]
|
A D | ip_vti.c | 50 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),
|
A D | ipip.c | 135 struct ip_tunnel *t; in ipip_err() 217 struct ip_tunnel *tunnel; in ipip_tunnel_rcv() 276 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_xmit() 381 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_tunnel_init() 489 struct ip_tunnel *t = netdev_priv(dev); in ipip_newlink() 509 struct ip_tunnel *t = netdev_priv(dev); in ipip_changelink() 567 struct ip_tunnel *tunnel = netdev_priv(dev); in ipip_fill_info() 620 .priv_size = sizeof(struct ip_tunnel),
|
A D | Makefile | 21 obj-$(CONFIG_NET_IP_TUNNEL) += ip_tunnel.o
|
/linux/include/net/ |
A D | ip_tunnels.h | 104 struct ip_tunnel { struct 105 struct ip_tunnel __rcu *next; argument 166 struct ip_tunnel __rcu *collect_md_tun; argument 278 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, 283 int ip_tunnel_rcv(struct ip_tunnel *tunnel, struct sk_buff *skb, 312 int ip_tunnel_encap_setup(struct ip_tunnel *t, 355 static inline int ip_tunnel_encap(struct sk_buff *skb, struct ip_tunnel *t, in ip_tunnel_encap()
|
A D | xfrm.h | 586 struct ip_tunnel *ip4;
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_ipip.c | 14 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() 684 struct ip_tunnel *tun4; in mlxsw_sp_ipip_netdev_ul_dev_get()
|
A D | spectrum_span.c | 416 struct ip_tunnel *tun = netdev_priv(to_dev); in mlxsw_sp_span_gretap4_route()
|
Completed in 33 milliseconds