Searched defs:itn (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/net/ipv4/ | 
| D | ip_tunnel.c | 151 struct ip_tunnel *ip_tunnel_lookup(struct ip_tunnel_net *itn,  in ip_tunnel_lookup()244 static struct hlist_head *ip_bucket(struct ip_tunnel_net *itn,  in ip_bucket()
 263 static void ip_tunnel_add(struct ip_tunnel_net *itn, struct ip_tunnel *t)  in ip_tunnel_add()
 272 static void ip_tunnel_del(struct ip_tunnel_net *itn, struct ip_tunnel *t)  in ip_tunnel_del()
 279 static struct ip_tunnel *ip_tunnel_find(struct ip_tunnel_net *itn,  in ip_tunnel_find()
 410 					  struct ip_tunnel_net *itn,  in ip_tunnel_create()
 815 static void ip_tunnel_update(struct ip_tunnel_net *itn,  in ip_tunnel_update()
 853 	struct ip_tunnel_net *itn = net_generic(net, t->ip_tnl_net_id);  in ip_tunnel_ioctl()  local
 991 	struct ip_tunnel_net *itn;  in ip_tunnel_dellink()  local
 1021 	struct ip_tunnel_net *itn = net_generic(net, ip_tnl_net_id);  in ip_tunnel_init_net()  local
 [all …]
 
 | 
| D | ip_vti.c | 59 	struct ip_tunnel_net *itn = net_generic(net, vti_net_id);  in vti_input()  local257 	struct ip_tunnel_net *itn = net_generic(net, vti_net_id);  in vti4_err()  local
 415 	struct ip_tunnel_net *itn;  in vti_init_net()  local
 427 	struct ip_tunnel_net *itn = net_generic(net, vti_net_id);  in vti_exit_net()  local
 
 | 
| D | ipip.c | 137 	struct ip_tunnel_net *itn = net_generic(net, ipip_net_id);  in ipip_err()  local189 	struct ip_tunnel_net *itn = net_generic(net, ipip_net_id);  in ipip_rcv()  local
 515 	struct ip_tunnel_net *itn = net_generic(net, ipip_net_id);  in ipip_exit_net()  local
 
 | 
| D | ip_gre.c | 264 	struct ip_tunnel_net *itn;  in ipgre_err()  local388 	struct ip_tunnel_net *itn;  in ipgre_rcv()  local
 905 	struct ip_tunnel_net *itn = net_generic(net, ipgre_net_id);  in ipgre_exit_net()  local
 1272 	struct ip_tunnel_net *itn = net_generic(net, gre_tap_net_id);  in ipgre_tap_exit_net()  local
 
 | 
| /linux-4.4.14/drivers/scsi/bfa/ | 
| D | bfa_fcpim.c | 3802 	struct bfa_itn_s *itn;  in bfa_itn_create()  local3816 	struct bfa_itn_s *itn;  in bfa_itn_isr()  local
 
 |