Searched refs:xt_ematch_foreach (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_TCPMSS.c | 283 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check() 308 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ip_tables.c | 366 xt_ematch_foreach(ematch, e) { in ipt_do_table() 677 xt_ematch_foreach(ematch, e) { in find_check_entry() 702 xt_ematch_foreach(ematch, e) { in find_check_entry() 793 xt_ematch_foreach(ematch, e) in cleanup_entry() 1040 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1394 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user() 1436 xt_ematch_foreach(ematch, e) in compat_release_entry() 1482 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1511 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1539 xt_ematch_foreach(ematch, e) in compat_copy_entry_from_user()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 389 xt_ematch_foreach(ematch, e) { in ip6t_do_table() 690 xt_ematch_foreach(ematch, e) { in find_check_entry() 714 xt_ematch_foreach(ematch, e) { in find_check_entry() 804 xt_ematch_foreach(ematch, e) in cleanup_entry() 1052 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1405 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user() 1447 xt_ematch_foreach(ematch, e) in compat_release_entry() 1493 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1522 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1549 xt_ematch_foreach(ematch, e) in compat_copy_entry_from_user()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | x_tables.h | 179 #define xt_ematch_foreach(pos, entry) \ macro
|