Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dxt_TCPMSS.c246 const struct xt_entry_match *ematch; in tcpmss_tg4_check() local
256 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check()
257 if (find_syn_match(ematch)) in tcpmss_tg4_check()
268 const struct xt_entry_match *ematch; in tcpmss_tg6_check() local
278 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check()
279 if (find_syn_match(ematch)) in tcpmss_tg6_check()
/linux-3.4.99/net/ipv6/netfilter/
Dip6_tables.c362 const struct xt_entry_match *ematch; in ip6t_do_table() local
372 xt_ematch_foreach(ematch, e) { in ip6t_do_table()
373 acpar.match = ematch->u.kernel.match; in ip6t_do_table()
374 acpar.matchinfo = ematch->data; in ip6t_do_table()
669 struct xt_entry_match *ematch; in find_check_entry() local
681 xt_ematch_foreach(ematch, e) { in find_check_entry()
682 ret = find_check_match(ematch, &mtpar); in find_check_entry()
705 xt_ematch_foreach(ematch, e) { in find_check_entry()
708 cleanup_match(ematch, net); in find_check_entry()
779 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-3.4.99/net/ipv4/netfilter/
Dip_tables.c343 const struct xt_entry_match *ematch; in ipt_do_table() local
353 xt_ematch_foreach(ematch, e) { in ipt_do_table()
354 acpar.match = ematch->u.kernel.match; in ipt_do_table()
355 acpar.matchinfo = ematch->data; in ipt_do_table()
659 struct xt_entry_match *ematch; in find_check_entry() local
671 xt_ematch_foreach(ematch, e) { in find_check_entry()
672 ret = find_check_match(ematch, &mtpar); in find_check_entry()
695 xt_ematch_foreach(ematch, e) { in find_check_entry()
698 cleanup_match(ematch, net); in find_check_entry()
770 struct xt_entry_match *ematch; in cleanup_entry() local
[all …]
/linux-3.4.99/net/sched/
DMakefile50 obj-$(CONFIG_NET_EMATCH) += ematch.o
DKconfig606 likely to disappear in favour of the metadata ematch.
/linux-3.4.99/drivers/isdn/i4l/
Disdn_net.c2098 int ematch; in isdn_net_find_icall() local
2134 ematch = wret = swapped = 0; in isdn_net_find_icall()
2170 ematch = 1; in isdn_net_find_icall()
2415 if (!ematch || dev->net_verbose) in isdn_net_find_icall()