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