Searched refs:acpar (Results 1 – 3 of 3) sorted by relevance
| /linux/net/sched/ |
| H A D | em_ipset.c | 54 struct xt_action_param acpar; in em_ipset_match() local 67 acpar.thoff = ip_hdrlen(skb); in em_ipset_match() 74 acpar.thoff = sizeof(struct ipv6hdr); in em_ipset_match() 98 acpar.state = &state; in em_ipset_match() 100 ret = ip_set_test(set->index, skb, &acpar, &opt); in em_ipset_match()
|
| H A D | em_ipt.c | 209 struct xt_action_param acpar = {}; in em_ipt_match() local 240 acpar.match = im->match; in em_ipt_match() 241 acpar.matchinfo = im->match_data; in em_ipt_match() 242 acpar.state = &state; in em_ipt_match() 244 ret = im->match->match(skb, &acpar); in em_ipt_match()
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 209 struct xt_action_param acpar; in ebt_do_table() local 211 acpar.state = state; in ebt_do_table() 212 acpar.hotdrop = false; in ebt_do_table() 233 if (EBT_MATCH_ITERATE(point, ebt_do_match, skb, &acpar) != 0) in ebt_do_table() 235 if (acpar.hotdrop) { in ebt_do_table() 245 EBT_WATCHER_ITERATE(point, ebt_do_watcher, skb, &acpar); in ebt_do_table() 252 acpar.target = t->u.target; in ebt_do_table() 253 acpar.targinfo = t->data; in ebt_do_table() 254 verdict = t->u.target->target(skb, &acpar); in ebt_do_table()
|