Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_icmpv6.c116 static const u_int8_t valid_new[] = { in icmpv6_new() local
122 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) { in icmpv6_new()
Dnf_conntrack_proto_icmp.c103 static const u_int8_t valid_new[] = { in icmp_new() local
110 if (ct->tuplehash[0].tuple.dst.u.icmp.type >= sizeof(valid_new) || in icmp_new()
111 !valid_new[ct->tuplehash[0].tuple.dst.u.icmp.type]) { in icmp_new()