Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c93 static const u8 valid_new[] = { in nf_conntrack_icmpv6_packet() local
104 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) { in nf_conntrack_icmpv6_packet()
H A Dnf_conntrack_proto_icmp.c79 static const u_int8_t valid_new[] = { in nf_conntrack_icmp_packet() local
89 if (ct->tuplehash[0].tuple.dst.u.icmp.type >= sizeof(valid_new) || in nf_conntrack_icmp_packet()
90 !valid_new[ct->tuplehash[0].tuple.dst.u.icmp.type]) { in nf_conntrack_icmp_packet()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1663 valid_new = self.validate_hashes(tocheck, self.cooker.data, 0, True, summary=False)
1679 valid_new.add(dep)
1683 if tid not in valid_new and tid not in noexec: