Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6_tables.c315 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
545 struct xt_entry_match *ematch; in find_check_entry() local
557 xt_ematch_foreach(ematch, e) { in find_check_entry()
580 xt_ematch_foreach(ematch, e) { in find_check_entry()
583 cleanup_match(ematch, net); in find_check_entry()
659 struct xt_entry_match *ematch; in cleanup_entry() local
662 xt_ematch_foreach(ematch, e) in cleanup_entry()
663 cleanup_match(ematch, net); in cleanup_entry()
918 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1293 xt_ematch_foreach(ematch, e) in compat_release_entry()
[all …]
/linux-6.3-rc2/net/ipv4/netfilter/
A Dip_tables.c292 xt_ematch_foreach(ematch, e) { in ipt_do_table()
526 struct xt_entry_match *ematch; in find_check_entry() local
538 xt_ematch_foreach(ematch, e) { in find_check_entry()
562 xt_ematch_foreach(ematch, e) { in find_check_entry()
565 cleanup_match(ematch, net); in find_check_entry()
642 struct xt_entry_match *ematch; in cleanup_entry() local
645 xt_ematch_foreach(ematch, e) in cleanup_entry()
646 cleanup_match(ematch, net); in cleanup_entry()
902 xt_ematch_foreach(ematch, e) in compat_calc_entry()
1277 xt_ematch_foreach(ematch, e) in compat_release_entry()
[all …]
/linux-6.3-rc2/net/netfilter/
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()
/linux-6.3-rc2/net/sched/
A DMakefile76 obj-$(CONFIG_NET_EMATCH) += ematch.o

Completed in 16 milliseconds