Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c369 const struct xt_entry_match *ematch; in ip6t_do_table() local
380 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
381 acpar.match = ematch->u.kernel.match; in ip6t_do_table()
382 acpar.matchinfo = ematch->data; in ip6t_do_table()
676 struct xt_entry_match *ematch; in find_check_entry() local
688 xt_ematch_foreach(ematch, e) { in find_check_entry()
689 ret = find_check_match(ematch, &mtpar); in find_check_entry()
712 xt_ematch_foreach(ematch, e) { in find_check_entry()
715 cleanup_match(ematch, net); in find_check_entry()
786 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-4.1.27/net/ipv4/netfilter/
Dip_tables.c347 const struct xt_entry_match *ematch; in ipt_do_table() local
357 xt_ematch_foreach(ematch, e) { in ipt_do_table()
358 acpar.match = ematch->u.kernel.match; in ipt_do_table()
359 acpar.matchinfo = ematch->data; in ipt_do_table()
662 struct xt_entry_match *ematch; in find_check_entry() local
674 xt_ematch_foreach(ematch, e) { in find_check_entry()
675 ret = find_check_match(ematch, &mtpar); in find_check_entry()
698 xt_ematch_foreach(ematch, e) { in find_check_entry()
701 cleanup_match(ematch, net); in find_check_entry()
773 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-4.1.27/net/netfilter/
Dxt_TCPMSS.c270 const struct xt_entry_match *ematch; in tcpmss_tg4_check() local
280 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
281 if (find_syn_match(ematch)) in tcpmss_tg4_check()
292 const struct xt_entry_match *ematch; in tcpmss_tg6_check() local
302 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
303 if (find_syn_match(ematch)) in tcpmss_tg6_check()
/linux-4.1.27/net/sched/
DMakefile59 obj-$(CONFIG_NET_EMATCH) += ematch.o
DKconfig731 likely to disappear in favour of the metadata ematch.
/linux-4.1.27/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()