Searched refs:ematch (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 279 const struct xt_entry_match *ematch; in ipt_do_table() local 290 xt_ematch_foreach(ematch, e) { in ipt_do_table() 291 acpar.match = ematch->u.kernel.match; in ipt_do_table() 292 acpar.matchinfo = ematch->data; 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() 537 ret = find_check_match(ematch, &mtpar); 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 [all …]
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 301 const struct xt_entry_match *ematch; in ip6t_do_table() local 313 xt_ematch_foreach(ematch, e) { in ip6t_do_table() 314 acpar.match = ematch->u.kernel.match; in ip6t_do_table() 315 acpar.matchinfo = ematch->data; 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() 556 ret = find_check_match(ematch, &mtpar); 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 [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | xt_TCPMSS.c | 267 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 D | Makefile | 76 obj-$(CONFIG_NET_EMATCH) += ematch.o
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |