Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_TCPMSS.c270 const struct xt_entry_match *ematch; in tcpmss_tg4_check() local
283 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
284 if (find_syn_match(ematch)) in tcpmss_tg4_check()
295 const struct xt_entry_match *ematch; in tcpmss_tg6_check() local
308 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
309 if (find_syn_match(ematch)) in tcpmss_tg6_check()
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c355 const struct xt_entry_match *ematch; in ipt_do_table() local
366 xt_ematch_foreach(ematch, e) { in ipt_do_table()
367 acpar.match = ematch->u.kernel.match; in ipt_do_table()
368 acpar.matchinfo = ematch->data; in ipt_do_table()
665 struct xt_entry_match *ematch; in find_check_entry() local
677 xt_ematch_foreach(ematch, e) { in find_check_entry()
678 ret = find_check_match(ematch, &mtpar); in find_check_entry()
702 xt_ematch_foreach(ematch, e) { in find_check_entry()
705 cleanup_match(ematch, net); in find_check_entry()
790 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c377 const struct xt_entry_match *ematch; in ip6t_do_table() local
389 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
390 acpar.match = ematch->u.kernel.match; in ip6t_do_table()
391 acpar.matchinfo = ematch->data; in ip6t_do_table()
678 struct xt_entry_match *ematch; in find_check_entry() local
690 xt_ematch_foreach(ematch, e) { in find_check_entry()
691 ret = find_check_match(ematch, &mtpar); in find_check_entry()
714 xt_ematch_foreach(ematch, e) { in find_check_entry()
717 cleanup_match(ematch, net); in find_check_entry()
801 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-4.4.14/net/sched/
DMakefile60 obj-$(CONFIG_NET_EMATCH) += ematch.o
DKconfig742 likely to disappear in favour of the metadata ematch.
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c2065 int ematch; in isdn_net_find_icall() local
2101 ematch = wret = swapped = 0; in isdn_net_find_icall()
2137 ematch = 1; in isdn_net_find_icall()
2382 if (!ematch || dev->net_verbose) in isdn_net_find_icall()