Searched refs:iptnl_old (Results 1 – 1 of 1) sorted by relevance
2449 struct ip_tunnel_parm iptnl_old; in parse_iptunnel_args() local2451 memset(&iptnl_old, 0, sizeof(iptnl_old)); in parse_iptunnel_args()2452 tnl_ioctl(ptnl->name, SIOCGETTUNNEL, &iptnl_old); in parse_iptunnel_args()2453 *ptnl = iptnl_old; in parse_iptunnel_args()