Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_TCPMSS.c283 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/
Dip_tables.c366 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/
Dip6_tables.c389 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/
Dx_tables.h179 #define xt_ematch_foreach(pos, entry) \ macro