Searched refs:nt (Results 1 – 3 of 3) sorted by relevance
/net/ipv4/ |
D | ip_gre.c | 303 struct ip_tunnel *t, *nt; in ipgre_tunnel_locate() local 328 nt = netdev_priv(dev); in ipgre_tunnel_locate() 329 nt->parms = *parms; in ipgre_tunnel_locate() 338 ipgre_tunnel_link(ign, nt); in ipgre_tunnel_locate() 339 return nt; in ipgre_tunnel_locate() 1428 struct ip_tunnel *nt; in ipgre_newlink() local 1434 nt = netdev_priv(dev); in ipgre_newlink() 1435 ipgre_netlink_parms(data, &nt->parms); in ipgre_newlink() 1437 if (ipgre_tunnel_find(net, &nt->parms, dev->type)) in ipgre_newlink() 1452 ipgre_tunnel_link(ign, nt); in ipgre_newlink() [all …]
|
D | ipip.c | 219 struct ip_tunnel *t, **tp, *nt; in ipip_tunnel_locate() local 247 nt = netdev_priv(dev); in ipip_tunnel_locate() 248 nt->parms = *parms; in ipip_tunnel_locate() 256 ipip_tunnel_link(ipn, nt); in ipip_tunnel_locate() 257 return nt; in ipip_tunnel_locate()
|
/net/ipv6/ |
D | sit.c | 162 struct ip_tunnel *t, **tp, *nt; in ipip6_tunnel_locate() local 190 nt = netdev_priv(dev); in ipip6_tunnel_locate() 192 nt->parms = *parms; in ipip6_tunnel_locate() 203 ipip6_tunnel_link(sitn, nt); in ipip6_tunnel_locate() 204 return nt; in ipip6_tunnel_locate()
|