Home
last modified time | relevance | path

Searched refs:adt (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c81 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark4_kadt()
84 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark4_kadt()
97 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt()
100 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark4_uadt()
126 if (adt == IPSET_TEST || in hash_ipmark4_uadt()
216 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark6_kadt()
219 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark6_kadt()
79 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark4_kadt() argument
96 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark4_uadt() argument
214 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark6_kadt() argument
231 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark6_uadt() argument
[all...]
H A Dip_set_hash_ip.c79 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip4_kadt()
82 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip4_kadt()
98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt()
101 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip4_uadt()
126 if (adt == IPSET_TEST) in hash_ip4_uadt()
221 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip6_kadt()
224 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip6_kadt()
77 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip4_kadt() argument
97 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip4_uadt() argument
219 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip6_kadt() argument
237 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip6_uadt() argument
[all...]
H A Dip_set_hash_netport.c130 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netport4_kadt()
133 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netport4_kadt()
139 if (adt == IPSET_TEST) in hash_netport4_kadt()
154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt()
157 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netport4_uadt()
213 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt()
216 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netport4_uadt()
350 enum ipset_adt adt, struc in hash_netport6_kadt()
128 hash_netport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport4_kadt() argument
153 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport4_uadt() argument
348 hash_netport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport6_kadt() argument
373 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport6_uadt() argument
[all...]
H A Dip_set_hash_netiface.c158 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface4_kadt()
161 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netiface4_kadt()
168 if (adt == IPSET_TEST) in hash_netiface4_kadt()
198 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt()
201 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netiface4_uadt()
240 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt()
243 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netiface4_uadt()
379 enum ipset_adt adt, struc in hash_netiface6_kadt()
156 hash_netiface4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface4_kadt() argument
197 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface4_uadt() argument
377 hash_netiface6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface6_kadt() argument
416 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface6_uadt() argument
[all...]
H A Dip_set_hash_net.c114 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net4_kadt()
117 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_net4_kadt()
125 if (adt == IPSET_TEST) in hash_net4_kadt()
136 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt()
139 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_net4_uadt()
173 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt()
176 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_net4_uadt()
288 enum ipset_adt adt, struc in hash_net6_kadt()
112 hash_net4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net4_kadt() argument
135 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net4_uadt() argument
286 hash_net6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net6_kadt() argument
309 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net6_uadt() argument
[all...]
H A Dip_set_hash_netnet.c141 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netnet4_kadt()
144 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netnet4_kadt()
150 if (adt == IPSET_TEST) in hash_netnet4_kadt()
163 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt()
166 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netnet4_uadt()
212 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt()
217 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netnet4_uadt()
380 enum ipset_adt adt, struc in hash_netnet6_kadt()
139 hash_netnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet4_kadt() argument
162 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet4_uadt() argument
378 hash_netnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet6_kadt() argument
401 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet6_uadt() argument
[all...]
H A Dip_set_hash_ipmac.c86 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmac4_kadt()
88 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac4_kadt()
111 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac4_uadt()
113 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac4_uadt()
199 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmac6_kadt()
201 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac6_kadt()
227 enum ipset_adt adt, u3 in hash_ipmac6_uadt()
84 hash_ipmac4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmac4_kadt() argument
110 hash_ipmac4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmac4_uadt() argument
197 hash_ipmac6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmac6_kadt() argument
226 hash_ipmac6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmac6_uadt() argument
[all...]
H A Dip_set_hash_ipportnet.c135 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet4_kadt()
138 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportnet4_kadt()
144 if (adt == IPSET_TEST) in hash_ipportnet4_kadt()
160 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt()
163 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportnet4_uadt()
223 if (adt == IPSET_TEST || in hash_ipportnet4_uadt()
229 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_ipportnet4_uadt()
392 enum ipset_adt adt, struc in hash_ipportnet6_kadt()
133 hash_ipportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet4_kadt() argument
159 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet4_uadt() argument
390 hash_ipportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet6_kadt() argument
416 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet6_uadt() argument
[all...]
H A Dip_set_hash_netportnet.c152 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netportnet4_kadt()
155 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netportnet4_kadt()
161 if (adt == IPSET_TEST) in hash_netportnet4_kadt()
188 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt()
191 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netportnet4_uadt()
256 if (adt == IPSET_TEST || in hash_netportnet4_uadt()
261 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netportnet4_uadt()
447 enum ipset_adt adt, struc in hash_netportnet6_kadt()
150 hash_netportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet4_kadt() argument
187 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet4_uadt() argument
445 hash_netportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet6_kadt() argument
472 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet6_uadt() argument
[all...]
H A Dip_set_hash_ipportip.c91 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip4_kadt()
93 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_kadt()
108 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt()
111 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_uadt()
153 if (adt == IPSET_TEST || in hash_ipportip4_uadt()
261 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip6_kadt()
263 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip6_kadt()
89 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip4_kadt() argument
107 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip4_uadt() argument
259 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip6_kadt() argument
277 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument
[all...]
H A Dip_set_hash_ipport.c89 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport4_kadt()
91 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_kadt()
105 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt()
108 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_uadt()
146 if (adt == IPSET_TEST || in hash_ipport4_uadt()
251 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport6_kadt()
253 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport6_kadt()
87 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport4_kadt() argument
104 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport4_uadt() argument
249 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport6_kadt() argument
266 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport6_uadt() argument
[all...]
H A Dip_set_hash_mac.c74 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_mac4_kadt()
76 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_mac4_kadt()
96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt()
98 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_mac4_uadt()
72 hash_mac4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_mac4_kadt() argument
95 hash_mac4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_mac4_uadt() argument
H A Dip_set_bitmap_port.c129 enum ipset_adt adt, struct ip_set_adt_opt *opt) in bitmap_port_kadt()
132 ipset_adtfn adtfn = set->variant->adt[adt]; in bitmap_port_kadt()
154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt()
157 ipset_adtfn adtfn = set->variant->adt[adt]; in bitmap_port_uadt()
178 if (adt == IPSET_TEST) { in bitmap_port_uadt()
127 bitmap_port_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) bitmap_port_kadt() argument
153 bitmap_port_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) bitmap_port_uadt() argument
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c82 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark4_kadt()
85 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark4_kadt()
98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt()
101 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark4_uadt()
127 if (adt == IPSET_TEST || in hash_ipmark4_uadt()
217 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmark6_kadt()
220 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmark6_kadt()
80 hash_ipmark4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark4_kadt() argument
97 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark4_uadt() argument
215 hash_ipmark6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmark6_kadt() argument
232 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark6_uadt() argument
[all...]
H A Dip_set_hash_ip.c82 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip4_kadt()
85 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip4_kadt()
101 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt()
104 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip4_uadt()
129 if (adt == IPSET_TEST) in hash_ip4_uadt()
218 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ip6_kadt()
221 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ip6_kadt()
80 hash_ip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip4_kadt() argument
100 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip4_uadt() argument
216 hash_ip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ip6_kadt() argument
234 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip6_uadt() argument
[all...]
H A Dip_set_hash_netport.c131 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netport4_kadt()
134 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netport4_kadt()
140 if (adt == IPSET_TEST) in hash_netport4_kadt()
155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt()
158 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netport4_uadt()
214 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt()
217 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netport4_uadt()
351 enum ipset_adt adt, struc in hash_netport6_kadt()
129 hash_netport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport4_kadt() argument
154 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport4_uadt() argument
349 hash_netport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netport6_kadt() argument
374 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport6_uadt() argument
[all...]
H A Dip_set_hash_netiface.c159 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netiface4_kadt()
162 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netiface4_kadt()
169 if (adt == IPSET_TEST) in hash_netiface4_kadt()
199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt()
202 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netiface4_uadt()
241 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt()
244 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netiface4_uadt()
380 enum ipset_adt adt, struc in hash_netiface6_kadt()
157 hash_netiface4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface4_kadt() argument
198 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface4_uadt() argument
378 hash_netiface6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netiface6_kadt() argument
417 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface6_uadt() argument
[all...]
H A Dip_set_hash_net.c115 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_net4_kadt()
118 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_net4_kadt()
126 if (adt == IPSET_TEST) in hash_net4_kadt()
137 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt()
140 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_net4_uadt()
174 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt()
177 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_net4_uadt()
289 enum ipset_adt adt, struc in hash_net6_kadt()
113 hash_net4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net4_kadt() argument
136 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net4_uadt() argument
287 hash_net6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_net6_kadt() argument
310 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net6_uadt() argument
[all...]
H A Dip_set_hash_ipmac.c86 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmac4_kadt()
88 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac4_kadt()
111 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac4_uadt()
113 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac4_uadt()
199 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipmac6_kadt()
201 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipmac6_kadt()
227 enum ipset_adt adt, u3 in hash_ipmac6_uadt()
84 hash_ipmac4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmac4_kadt() argument
110 hash_ipmac4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmac4_uadt() argument
197 hash_ipmac6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipmac6_kadt() argument
226 hash_ipmac6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmac6_uadt() argument
[all...]
H A Dip_set_hash_netportnet.c153 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netportnet4_kadt()
156 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netportnet4_kadt()
162 if (adt == IPSET_TEST) in hash_netportnet4_kadt()
189 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt()
192 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netportnet4_uadt()
257 if (adt == IPSET_TEST || in hash_netportnet4_uadt()
262 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netportnet4_uadt()
448 enum ipset_adt adt, struc in hash_netportnet6_kadt()
151 hash_netportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet4_kadt() argument
188 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet4_uadt() argument
446 hash_netportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netportnet6_kadt() argument
473 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet6_uadt() argument
[all...]
H A Dip_set_hash_ipportnet.c136 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportnet4_kadt()
139 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportnet4_kadt()
145 if (adt == IPSET_TEST) in hash_ipportnet4_kadt()
161 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt()
164 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportnet4_uadt()
224 if (adt == IPSET_TEST || in hash_ipportnet4_uadt()
230 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_ipportnet4_uadt()
393 enum ipset_adt adt, struc in hash_ipportnet6_kadt()
134 hash_ipportnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet4_kadt() argument
160 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet4_uadt() argument
391 hash_ipportnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportnet6_kadt() argument
417 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet6_uadt() argument
[all...]
H A Dip_set_hash_ipport.c93 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport4_kadt()
95 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_kadt()
113 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt()
116 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport4_uadt()
158 if (adt == IPSET_TEST || in hash_ipport4_uadt()
263 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipport6_kadt()
265 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipport6_kadt()
91 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport4_kadt() argument
112 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport4_uadt() argument
261 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipport6_kadt() argument
283 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport6_uadt() argument
[all...]
H A Dip_set_hash_ipportip.c92 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip4_kadt()
94 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_kadt()
109 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt()
112 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip4_uadt()
154 if (adt == IPSET_TEST || in hash_ipportip4_uadt()
262 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_ipportip6_kadt()
264 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_ipportip6_kadt()
90 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip4_kadt() argument
108 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip4_uadt() argument
260 hash_ipportip6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_ipportip6_kadt() argument
278 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument
[all...]
H A Dip_set_hash_netnet.c145 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_netnet4_kadt()
148 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netnet4_kadt()
154 if (adt == IPSET_TEST) in hash_netnet4_kadt()
167 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt()
170 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_netnet4_uadt()
216 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt()
221 return ip_set_enomatch(ret, flags, adt, set) ? -ret : in hash_netnet4_uadt()
384 enum ipset_adt adt, struc in hash_netnet6_kadt()
143 hash_netnet4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet4_kadt() argument
166 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet4_uadt() argument
382 hash_netnet6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_netnet6_kadt() argument
410 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet6_uadt() argument
[all...]
H A Dip_set_hash_mac.c74 enum ipset_adt adt, struct ip_set_adt_opt *opt) in hash_mac4_kadt()
76 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_mac4_kadt()
96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt()
98 ipset_adtfn adtfn = set->variant->adt[adt]; in hash_mac4_uadt()
72 hash_mac4_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) hash_mac4_kadt() argument
95 hash_mac4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_mac4_uadt() argument

Completed in 15 milliseconds

12