Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6_tables.c313 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
555 xt_ematch_foreach(ematch, e) { in find_check_entry()
578 xt_ematch_foreach(ematch, e) { in find_check_entry()
660 xt_ematch_foreach(ematch, e) in cleanup_entry()
914 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1252 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user()
1292 xt_ematch_foreach(ematch, e) in compat_release_entry()
1332 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1359 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1386 xt_ematch_foreach(ematc in compat_copy_entry_from_user()
[all...]
/linux/net/ipv4/netfilter/
H A Dip_tables.c290 xt_ematch_foreach(ematch, e) { in ipt_do_table()
536 xt_ematch_foreach(ematch, e) { in find_check_entry()
560 xt_ematch_foreach(ematch, e) { in find_check_entry()
643 xt_ematch_foreach(ematch, e) in cleanup_entry()
898 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1236 xt_ematch_foreach(ematch, e) { in compat_copy_entry_to_user()
1276 xt_ematch_foreach(ematch, e) in compat_release_entry()
1316 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1343 xt_ematch_foreach(ematch, e) { in check_compat_entry_size_and_hooks()
1370 xt_ematch_foreach(ematc in compat_copy_entry_from_user()
[all...]
/linux/net/netfilter/
H A Dxt_TCPMSS.c286 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
302 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h180 #define xt_ematch_foreach(pos, entry) \ macro