Lines Matching refs:nt
333 struct ip_tunnel *nt; in ip_tunnel_create() local
348 nt = netdev_priv(dev); in ip_tunnel_create()
349 t_hlen = nt->hlen + sizeof(struct iphdr); in ip_tunnel_create()
355 ip_tunnel_add(itn, nt); in ip_tunnel_create()
356 return nt; in ip_tunnel_create()
1210 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1215 nt = netdev_priv(dev); in ip_tunnel_newlink()
1216 itn = net_generic(net, nt->ip_tnl_net_id); in ip_tunnel_newlink()
1218 if (nt->collect_md) { in ip_tunnel_newlink()
1226 nt->net = net; in ip_tunnel_newlink()
1227 nt->parms = *p; in ip_tunnel_newlink()
1228 nt->fwmark = fwmark; in ip_tunnel_newlink()
1238 unsigned int max = IP_MAX_MTU - (nt->hlen + sizeof(struct iphdr)); in ip_tunnel_newlink()
1250 ip_tunnel_add(itn, nt); in ip_tunnel_newlink()