Searched refs:xt_ematch_foreach (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 380 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/ |
D | ip_tables.c | 357 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/ |
D | xt_TCPMSS.c | 280 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/ |
D | x_tables.h | 179 #define xt_ematch_foreach(pos, entry) \ macro
|