Searched refs:ip_tunnel (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 71 static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst, 77 struct ip_tunnel __rcu *tunnels_r_l[IP6_SIT_HASH_SIZE]; 78 struct ip_tunnel __rcu *tunnels_r[IP6_SIT_HASH_SIZE]; 79 struct ip_tunnel __rcu *tunnels_l[IP6_SIT_HASH_SIZE]; 80 struct ip_tunnel __rcu *tunnels_wc[1]; 81 struct ip_tunnel __rcu **tunnels[4]; 88 struct ip_tunnel *t = netdev_priv(dev); in dev_to_sit_net() 96 static struct ip_tunnel *ipip6_tunnel_lookup(struct net *net, in ipip6_tunnel_lookup() 103 struct ip_tunnel *t; in ipip6_tunnel_lookup() 135 static struct ip_tunnel __rcu **__ipip6_bucket(struct sit_net *sitn, in __ipip6_bucket() [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 84 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, in ip_tunnel_lookup() 89 struct ip_tunnel *t, *cand = NULL; in ip_tunnel_lookup() 193 static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_add() 202 static void ip_tunnel_del(struct ip_tunnel_net *itn, struct ip_tunnel *t) in ip_tunnel_del() 209 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, in ip_tunnel_find() 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() 328 static struct ip_tunnel *ip_tunnel_create(struct net *net, in ip_tunnel_create() 332 struct ip_tunnel *nt; in ip_tunnel_create() [all …]
|
H A D | ip_gre.c | 144 struct ip_tunnel *t; in ipgre_err() 269 struct ip_tunnel *tunnel; in erspan_rcv() 361 struct ip_tunnel *tunnel; in __ipgre_rcv() 466 struct ip_tunnel *tunnel = netdev_priv(dev); in __gre_xmit() 485 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_fb_xmit() 523 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_fb_xmit() 631 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_xmit() 682 struct ip_tunnel *tunnel = netdev_priv(dev); in erspan_xmit() 737 struct ip_tunnel *tunnel = netdev_priv(dev); in gre_tap_xmit() 764 struct ip_tunnel *tunnel = netdev_priv(dev); in ipgre_link_update() [all …]
|
H A D | ipip.c | 135 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 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),
|
H A D | Makefile | 21 obj-$(CONFIG_NET_IP_TUNNEL) += ip_tunnel.o
|
/openbmc/linux/include/net/ |
H A D | ip_tunnels.h | 113 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 D | xfrm.h | 626 struct ip_tunnel *ip4;
|
/openbmc/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() 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 D | spectrum_span.c | 415 struct ip_tunnel *tun = netdev_priv(to_dev); in mlxsw_sp_span_gretap4_route()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |