Searched refs:xt_ematch_foreach (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/net/ipv4/netfilter/ |
D | ip_tables.c | 291 xt_ematch_foreach(ematch, e) { in ipt_do_table() 537 xt_ematch_foreach(ematch, e) { in find_check_entry() 561 xt_ematch_foreach(ematch, e) { in find_check_entry() 644 xt_ematch_foreach(ematch, e) in cleanup_entry() 901 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1237 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user() 1277 xt_ematch_foreach(ematch, e) in compat_release_entry() 1317 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1344 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1371 xt_ematch_foreach(ematch, e) in compat_copy_entry_from_user()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 314 xt_ematch_foreach(ematch, e) { in ip6t_do_table() 556 xt_ematch_foreach(ematch, e) { in find_check_entry() 579 xt_ematch_foreach(ematch, e) { in find_check_entry() 661 xt_ematch_foreach(ematch, e) in cleanup_entry() 917 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1253 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user() 1293 xt_ematch_foreach(ematch, e) in compat_release_entry() 1333 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1360 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks() 1387 xt_ematch_foreach(ematch, e) in compat_copy_entry_from_user()
|
/Linux-v5.10/net/netfilter/ |
D | xt_TCPMSS.c | 279 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check() 303 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
|
/Linux-v5.10/include/uapi/linux/netfilter/ |
D | x_tables.h | 180 #define xt_ematch_foreach(pos, entry) \ macro
|