Lines Matching refs:acpar
57 struct xt_action_param acpar; in em_ipset_match() local
64 acpar.family = NFPROTO_IPV4; in em_ipset_match()
67 acpar.thoff = ip_hdrlen(skb); in em_ipset_match()
70 acpar.family = NFPROTO_IPV6; in em_ipset_match()
74 acpar.thoff = sizeof(struct ipv6hdr); in em_ipset_match()
80 acpar.hooknum = 0; in em_ipset_match()
82 opt.family = acpar.family; in em_ipset_match()
98 acpar.net = em->net; in em_ipset_match()
99 acpar.in = indev ? indev : dev; in em_ipset_match()
100 acpar.out = dev; in em_ipset_match()
102 ret = ip_set_test(set->index, skb, &acpar, &opt); in em_ipset_match()