itn 3769 drivers/scsi/bfa/bfa_fcpim.c struct bfa_itn_s *itn; itn 3771 drivers/scsi/bfa/bfa_fcpim.c itn = BFA_ITN_FROM_TAG(fcp, rport->rport_tag); itn 3772 drivers/scsi/bfa/bfa_fcpim.c itn->isr = isr; itn 3783 drivers/scsi/bfa/bfa_fcpim.c struct bfa_itn_s *itn; itn 3786 drivers/scsi/bfa/bfa_fcpim.c itn = BFA_ITN_FROM_TAG(fcp, msg.create_rsp->bfa_handle); itn 3788 drivers/scsi/bfa/bfa_fcpim.c if (itn->isr) itn 3789 drivers/scsi/bfa/bfa_fcpim.c itn->isr(bfa, m); itn 278 include/net/ip_tunnels.h struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, itn 137 net/ipv4/ip_gre.c struct ip_tunnel_net *itn; itn 145 net/ipv4/ip_gre.c itn = net_generic(net, gre_tap_net_id); itn 148 net/ipv4/ip_gre.c itn = net_generic(net, erspan_net_id); itn 150 net/ipv4/ip_gre.c itn = net_generic(net, ipgre_net_id); itn 153 net/ipv4/ip_gre.c t = ip_tunnel_lookup(itn, skb->dev->ifindex, tpi->flags, itn 257 net/ipv4/ip_gre.c struct ip_tunnel_net *itn; itn 264 net/ipv4/ip_gre.c itn = net_generic(net, erspan_net_id); itn 270 net/ipv4/ip_gre.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, itn 332 net/ipv4/ip_gre.c struct ip_tunnel_net *itn, int hdr_len, bool raw_proto) itn 339 net/ipv4/ip_gre.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, tpi->flags, itn 376 net/ipv4/ip_gre.c struct ip_tunnel_net *itn; itn 380 net/ipv4/ip_gre.c itn = net_generic(net, gre_tap_net_id); itn 382 net/ipv4/ip_gre.c itn = net_generic(net, ipgre_net_id); itn 384 net/ipv4/ip_gre.c res = __ipgre_rcv(skb, tpi, itn, hdr_len, false); itn 389 net/ipv4/ip_gre.c itn = net_generic(net, ipgre_net_id); itn 390 net/ipv4/ip_gre.c res = __ipgre_rcv(skb, tpi, itn, hdr_len, true); itn 83 net/ipv4/ip_tunnel.c struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn, itn 93 net/ipv4/ip_tunnel.c head = &itn->tunnels[hash]; itn 126 net/ipv4/ip_tunnel.c head = &itn->tunnels[hash]; itn 161 net/ipv4/ip_tunnel.c t = rcu_dereference(itn->collect_md_tun); itn 165 net/ipv4/ip_tunnel.c if (itn->fb_tunnel_dev && itn->fb_tunnel_dev->flags & IFF_UP) itn 166 net/ipv4/ip_tunnel.c return netdev_priv(itn->fb_tunnel_dev); itn 172 net/ipv4/ip_tunnel.c static struct hlist_head *ip_bucket(struct ip_tunnel_net *itn, itn 188 net/ipv4/ip_tunnel.c return &itn->tunnels[h]; itn 191 net/ipv4/ip_tunnel.c static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t) itn 193 net/ipv4/ip_tunnel.c struct hlist_head *head = ip_bucket(itn, &t->parms); itn 196 net/ipv4/ip_tunnel.c rcu_assign_pointer(itn->collect_md_tun, t); itn 200 net/ipv4/ip_tunnel.c static void ip_tunnel_del(struct ip_tunnel_net *itn, struct ip_tunnel *t) itn 203 net/ipv4/ip_tunnel.c rcu_assign_pointer(itn->collect_md_tun, NULL); itn 207 net/ipv4/ip_tunnel.c static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn, itn 217 net/ipv4/ip_tunnel.c struct hlist_head *head = ip_bucket(itn, parms); itn 327 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn, itn 336 net/ipv4/ip_tunnel.c dev = __ip_tunnel_create(net, itn->rtnl_link_ops, parms); itn 349 net/ipv4/ip_tunnel.c ip_tunnel_add(itn, nt); itn 828 net/ipv4/ip_tunnel.c static void ip_tunnel_update(struct ip_tunnel_net *itn, itn 835 net/ipv4/ip_tunnel.c ip_tunnel_del(itn, t); itn 844 net/ipv4/ip_tunnel.c ip_tunnel_add(itn, t); itn 868 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn = net_generic(net, t->ip_tnl_net_id); itn 872 net/ipv4/ip_tunnel.c if (dev == itn->fb_tunnel_dev) { itn 873 net/ipv4/ip_tunnel.c t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type); itn 894 net/ipv4/ip_tunnel.c t = ip_tunnel_find(itn, p, itn->type); itn 898 net/ipv4/ip_tunnel.c t = ip_tunnel_create(net, itn, p); itn 906 net/ipv4/ip_tunnel.c if (dev != itn->fb_tunnel_dev && cmd == SIOCCHGTUNNEL) { itn 931 net/ipv4/ip_tunnel.c ip_tunnel_update(itn, t, dev, p, true, 0); itn 942 net/ipv4/ip_tunnel.c if (dev == itn->fb_tunnel_dev) { itn 944 net/ipv4/ip_tunnel.c t = ip_tunnel_find(itn, p, itn->fb_tunnel_dev->type); itn 948 net/ipv4/ip_tunnel.c if (t == netdev_priv(itn->fb_tunnel_dev)) itn 1004 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn; itn 1006 net/ipv4/ip_tunnel.c itn = net_generic(tunnel->net, tunnel->ip_tnl_net_id); itn 1008 net/ipv4/ip_tunnel.c if (itn->fb_tunnel_dev != dev) { itn 1009 net/ipv4/ip_tunnel.c ip_tunnel_del(itn, netdev_priv(dev)); itn 1034 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn = net_generic(net, ip_tnl_net_id); itn 1038 net/ipv4/ip_tunnel.c itn->rtnl_link_ops = ops; itn 1040 net/ipv4/ip_tunnel.c INIT_HLIST_HEAD(&itn->tunnels[i]); itn 1046 net/ipv4/ip_tunnel.c itn->type = it_init_net->type; itn 1047 net/ipv4/ip_tunnel.c itn->fb_tunnel_dev = NULL; itn 1056 net/ipv4/ip_tunnel.c itn->fb_tunnel_dev = __ip_tunnel_create(net, ops, &parms); itn 1060 net/ipv4/ip_tunnel.c if (!IS_ERR(itn->fb_tunnel_dev)) { itn 1061 net/ipv4/ip_tunnel.c itn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; itn 1062 net/ipv4/ip_tunnel.c itn->fb_tunnel_dev->mtu = ip_tunnel_bind_dev(itn->fb_tunnel_dev); itn 1063 net/ipv4/ip_tunnel.c ip_tunnel_add(itn, netdev_priv(itn->fb_tunnel_dev)); itn 1064 net/ipv4/ip_tunnel.c itn->type = itn->fb_tunnel_dev->type; itn 1068 net/ipv4/ip_tunnel.c return PTR_ERR_OR_ZERO(itn->fb_tunnel_dev); itn 1072 net/ipv4/ip_tunnel.c static void ip_tunnel_destroy(struct net *net, struct ip_tunnel_net *itn, itn 1086 net/ipv4/ip_tunnel.c struct hlist_head *thead = &itn->tunnels[h]; itn 1100 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn; itn 1106 net/ipv4/ip_tunnel.c itn = net_generic(net, id); itn 1107 net/ipv4/ip_tunnel.c ip_tunnel_destroy(net, itn, &list, ops); itn 1119 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn; itn 1124 net/ipv4/ip_tunnel.c itn = net_generic(net, nt->ip_tnl_net_id); itn 1127 net/ipv4/ip_tunnel.c if (rtnl_dereference(itn->collect_md_tun)) itn 1130 net/ipv4/ip_tunnel.c if (ip_tunnel_find(itn, p, dev->type)) itn 1156 net/ipv4/ip_tunnel.c ip_tunnel_add(itn, nt); itn 1172 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn = net_generic(net, tunnel->ip_tnl_net_id); itn 1174 net/ipv4/ip_tunnel.c if (dev == itn->fb_tunnel_dev) itn 1177 net/ipv4/ip_tunnel.c t = ip_tunnel_find(itn, p, dev->type); itn 1199 net/ipv4/ip_tunnel.c ip_tunnel_update(itn, t, dev, p, !tb[IFLA_MTU], fwmark); itn 1245 net/ipv4/ip_tunnel.c struct ip_tunnel_net *itn; itn 1247 net/ipv4/ip_tunnel.c itn = net_generic(net, tunnel->ip_tnl_net_id); itn 1249 net/ipv4/ip_tunnel.c if (itn->fb_tunnel_dev != dev) itn 1250 net/ipv4/ip_tunnel.c ip_tunnel_del(itn, netdev_priv(dev)); itn 53 net/ipv4/ip_vti.c struct ip_tunnel_net *itn = net_generic(net, vti_net_id); itn 55 net/ipv4/ip_vti.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, TUNNEL_NO_KEY, itn 96 net/ipv4/ip_vti.c struct ip_tunnel_net *itn = net_generic(dev_net(skb->dev), vti_net_id); itn 100 net/ipv4/ip_vti.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, TUNNEL_NO_KEY, itn 351 net/ipv4/ip_vti.c struct ip_tunnel_net *itn = net_generic(net, vti_net_id); itn 353 net/ipv4/ip_vti.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, TUNNEL_NO_KEY, itn 513 net/ipv4/ip_vti.c struct ip_tunnel_net *itn; itn 518 net/ipv4/ip_vti.c itn = net_generic(net, vti_net_id); itn 519 net/ipv4/ip_vti.c if (itn->fb_tunnel_dev) itn 520 net/ipv4/ip_vti.c vti_fb_tunnel_init(itn->fb_tunnel_dev); itn 131 net/ipv4/ipip.c struct ip_tunnel_net *itn = net_generic(net, ipip_net_id); itn 138 net/ipv4/ipip.c t = ip_tunnel_lookup(itn, skb->dev->ifindex, TUNNEL_NO_KEY, itn 215 net/ipv4/ipip.c struct ip_tunnel_net *itn = net_generic(net, ipip_net_id); itn 221 net/ipv4/ipip.c tunnel = ip_tunnel_lookup(itn, skb->dev->ifindex, TUNNEL_NO_KEY,