Home
last modified time | relevance | path

Searched refs:xt_ematch_foreach (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c380 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
688 xt_ematch_foreach(ematch, e) { in find_check_entry()
712 xt_ematch_foreach(ematch, e) { in find_check_entry()
789 xt_ematch_foreach(ematch, e) in cleanup_entry()
1043 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1441 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user()
1485 xt_ematch_foreach(ematch, e) in compat_release_entry()
1530 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1571 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1599 xt_ematch_foreach(ematch, e) { in compat_copy_entry_from_user()
[all …]
/linux-4.1.27/net/ipv4/netfilter/
Dip_tables.c357 xt_ematch_foreach(ematch, e) { in ipt_do_table()
674 xt_ematch_foreach(ematch, e) { in find_check_entry()
698 xt_ematch_foreach(ematch, e) { in find_check_entry()
776 xt_ematch_foreach(ematch, e) in cleanup_entry()
1030 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1426 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user()
1470 xt_ematch_foreach(ematch, e) in compat_release_entry()
1515 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1556 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1585 xt_ematch_foreach(ematch, e) { in compat_copy_entry_from_user()
[all …]
/linux-4.1.27/net/netfilter/
Dxt_TCPMSS.c280 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
302 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
/linux-4.1.27/include/uapi/linux/netfilter/
Dx_tables.h179 #define xt_ematch_foreach(pos, entry) \ macro