Searched refs:ip_conntrack_hash (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_conntrack_core.h47 extern struct list_head *ip_conntrack_hash;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_conntrack_core.h47 extern struct list_head *ip_conntrack_hash;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_core.c69 struct list_head *ip_conntrack_hash; variable in typeref:struct:list_head
306 LIST_DELETE(&ip_conntrack_hash
309 LIST_DELETE(&ip_conntrack_hash
382 h = LIST_FIND(&ip_conntrack_hash[hash_conntrack(tuple)],
460 if (!LIST_FIND(&ip_conntrack_hash[hash],
464 && !LIST_FIND(&ip_conntrack_hash[repl_hash],
470 list_prepend(&ip_conntrack_hash[hash],
472 list_prepend(&ip_conntrack_hash[repl_hash],
660 if (!early_drop(&ip_conntrack_hash[next])
661 && !early_drop(&ip_conntrack_hash[has
[all...]
H A Dip_conntrack_standalone.c153 if (LIST_FIND(&ip_conntrack_hash[i], conntrack_iterate,
270 if (LIST_FIND(&ip_conntrack_hash[i], conntrack_track_iterate,
492 EXPORT_SYMBOL(ip_conntrack_hash); variable
H A Dip_fw_compat_masq.c287 if (LIST_FIND(&ip_conntrack_hash[i], masq_iterate,
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_core.c62 struct list_head *ip_conntrack_hash; variable in typeref:struct:list_head
295 LIST_DELETE(&ip_conntrack_hash
298 LIST_DELETE(&ip_conntrack_hash
371 h = LIST_FIND(&ip_conntrack_hash[hash_conntrack(tuple)],
449 if (!LIST_FIND(&ip_conntrack_hash[hash],
453 && !LIST_FIND(&ip_conntrack_hash[repl_hash],
457 list_prepend(&ip_conntrack_hash[hash],
459 list_prepend(&ip_conntrack_hash[repl_hash],
646 if (!early_drop(&ip_conntrack_hash[next])
647 && !early_drop(&ip_conntrack_hash[has
[all...]
H A Dip_conntrack_standalone.c150 if (LIST_FIND(&ip_conntrack_hash[i], conntrack_iterate,
375 EXPORT_SYMBOL(ip_conntrack_hash); variable
H A Dip_fw_compat_masq.c287 if (LIST_FIND(&ip_conntrack_hash[i], masq_iterate,

Completed in 51 milliseconds