Searched refs:valid_new (Results 1 – 2 of 2) sorted by relevance
122 static const u_int8_t valid_new[] = { in icmpv6_new() local128 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) { in icmpv6_new()
110 static const u_int8_t valid_new[] = { in icmp_new() local117 if (ct->tuplehash[0].tuple.dst.u.icmp.type >= sizeof(valid_new) || in icmp_new()118 !valid_new[ct->tuplehash[0].tuple.dst.u.icmp.type]) { in icmp_new()