Lines Matching refs:nt
332 struct ip_tunnel *nt; in ip_tunnel_create() local
347 nt = netdev_priv(dev); in ip_tunnel_create()
348 t_hlen = nt->hlen + sizeof(struct iphdr); in ip_tunnel_create()
354 ip_tunnel_add(itn, nt); in ip_tunnel_create()
355 return nt; in ip_tunnel_create()
1131 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1137 nt = netdev_priv(dev); in ip_tunnel_newlink()
1138 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink()
1140 if (nt->collect_md) { in ip_tunnel_newlink()
1148 nt->net = net; in ip_tunnel_newlink()
1149 nt->parms = *p; in ip_tunnel_newlink()
1150 nt->fwmark = fwmark; in ip_tunnel_newlink()
1160 unsigned int max = IP_MAX_MTU - (nt->hlen + sizeof(struct iphdr)); in ip_tunnel_newlink()
1172 ip_tunnel_add(itn, nt); in ip_tunnel_newlink()