Home
last modified time | relevance | path

Searched refs:valid_new (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c122 static const u_int8_t valid_new[] = { in icmpv6_new() local
128 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) { in icmpv6_new()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c110 static const u_int8_t valid_new[] = { in icmp_new() local
117 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()