Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dip_tables.c290 xt_ematch_foreach(ematch, e) { in ipt_do_table()
524 struct xt_entry_match *ematch; in find_check_entry() local
536 xt_ematch_foreach(ematch, e) { in find_check_entry()
560 xt_ematch_foreach(ematch, e) { in find_check_entry()
563 cleanup_match(ematch, net); in find_check_entry()
640 struct xt_entry_match *ematch; in cleanup_entry() local
643 xt_ematch_foreach(ematch, e) in cleanup_entry()
644 cleanup_match(ematch, net); in cleanup_entry()
900 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1279 xt_ematch_foreach(ematch, e) in compat_release_entry()
[all …]
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c313 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
543 struct xt_entry_match *ematch; in find_check_entry() local
555 xt_ematch_foreach(ematch, e) { in find_check_entry()
578 xt_ematch_foreach(ematch, e) { in find_check_entry()
581 cleanup_match(ematch, net); in find_check_entry()
657 struct xt_entry_match *ematch; in cleanup_entry() local
660 xt_ematch_foreach(ematch, e) in cleanup_entry()
661 cleanup_match(ematch, net); in cleanup_entry()
916 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1295 xt_ematch_foreach(ematch, e) in compat_release_entry()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_TCPMSS.c267 const struct xt_entry_match *ematch; in tcpmss_tg4_check() local
279 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
280 if (find_syn_match(ematch)) in tcpmss_tg4_check()
291 const struct xt_entry_match *ematch; in tcpmss_tg6_check() local
303 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
304 if (find_syn_match(ematch)) in tcpmss_tg6_check()
/openbmc/linux/net/sched/
H A DMakefile76 obj-$(CONFIG_NET_EMATCH) += ematch.o