Searched refs:byipsproto (Results 1 – 2 of 2) sorted by relevance
44 static struct list_head *byipsproto; variable76 IP_NF_ASSERT(info->byipsproto.conntrack); in ip_nat_cleanup_conntrack()89 LIST_DELETE(&byipsproto[hp], &info->byipsproto); in ip_nat_cleanup_conntrack()247 LIST_FIND(&byipsproto[h], fake_cmp, struct ip_nat_hash *, in count_maps()669 list_del(&info->byipsproto.list); in replace_in_hashes()672 list_prepend(&byipsproto[ipsprotohash], &info->byipsproto); in replace_in_hashes()696 info->byipsproto.conntrack = conntrack; in place_in_hashes()700 list_prepend(&byipsproto[ipsprotohash], &info->byipsproto); in place_in_hashes()1009 byipsproto = bysource + ip_nat_htable_size; in ip_nat_init()1020 INIT_LIST_HEAD(&byipsproto[i]); in ip_nat_init()
103 struct ip_nat_hash bysource, byipsproto; member