Home
last modified time | relevance | path

Searched refs:ip_set_ext (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h116 struct ip_set_ext { struct
138 const struct ip_set_ext *ext, argument
139 struct ip_set_ext *mext, u32 cmdflags);
147 struct ip_set_ext ext; /* Extensions */
338 struct ip_set_ext *ext);
342 const struct ip_set_ext *ext,
343 struct ip_set_ext *mext,
533 const struct ip_set_ext *ext) in ip_set_init_comment()
628 const struct ip_set_ext *ext, u32 flags) in ip_set_update_counter()
650 const struct ip_set_ext *ext) in ip_set_init_counter()
[all …]
/Linux-v5.4/net/netfilter/ipset/
Dip_set_list_set.c51 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_ktest()
54 struct ip_set_ext *mext = &opt->ext; in list_set_ktest()
76 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kadd()
96 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kdel()
118 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in list_set_kadt()
185 list_set_utest(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_utest()
186 struct ip_set_ext *mext, u32 flags) in list_set_utest()
217 list_set_init_extensions(struct ip_set *set, const struct ip_set_ext *ext, in list_set_init_extensions()
232 list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_uadd()
233 struct ip_set_ext *mext, u32 flags) in list_set_uadd()
[all …]
Dip_set_bitmap_gen.h116 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
117 struct ip_set_ext *mext, u32 flags) in mtype_test()
130 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
131 struct ip_set_ext *mext, u32 flags) in mtype_add()
175 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
176 struct ip_set_ext *mext, u32 flags) in mtype_del()
Dip_set_hash_ip.c84 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ip4_kadt()
103 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip4_uadt()
221 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ip6_kadt()
238 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ip6_uadt()
Dip_set_hash_ipmac.c90 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmac4_kadt()
115 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac4_uadt()
206 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmac6_kadt()
234 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmac6_uadt()
Dip_set_hash_ipmark.c86 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmark4_kadt()
102 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark4_uadt()
212 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipmark6_kadt()
228 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipmark6_uadt()
Dip_set_hash_ipport.c93 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipport4_kadt()
110 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport4_uadt()
251 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipport6_kadt()
268 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipport6_uadt()
Dip_set_hash_net.c121 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net4_kadt()
141 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net4_uadt()
289 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_net6_kadt()
308 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_net6_uadt()
Dip_set_hash_mac.c78 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_mac4_kadt()
100 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_mac4_uadt()
Dip_set_hash_ipportip.c95 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip4_kadt()
113 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip4_uadt()
261 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportip6_kadt()
279 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportip6_uadt()
Dip_set_hash_netiface.c161 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface4_kadt()
198 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface4_uadt()
371 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netiface6_kadt()
405 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netiface6_uadt()
Dip_set_hash_gen.h693 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add()
694 struct ip_set_ext *mext, u32 flags) in mtype_add()
835 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del()
836 struct ip_set_ext *mext, u32 flags) in mtype_del()
913 mtype_data_match(struct mtype_elem *data, const struct ip_set_ext *ext, in mtype_data_match()
914 struct ip_set_ext *mext, struct ip_set *set, u32 flags) in mtype_data_match()
928 const struct ip_set_ext *ext, in mtype_test_cidrs()
929 struct ip_set_ext *mext, u32 flags) in mtype_test_cidrs()
983 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test()
984 struct ip_set_ext *mext, u32 flags) in mtype_test()
Dip_set_hash_netnet.c146 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netnet4_kadt()
168 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet4_uadt()
380 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netnet6_kadt()
401 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netnet6_uadt()
Dip_set_hash_netport.c137 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netport4_kadt()
159 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport4_uadt()
353 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netport6_kadt()
375 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netport6_uadt()
Dip_set_bitmap_ipmac.c118 const struct ip_set_ext *ext, struct ip_set *set, in bitmap_ipmac_add_timeout()
215 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ipmac_kadt()
247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt()
Dip_set_hash_ipportnet.c142 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet4_kadt()
165 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet4_uadt()
393 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet6_kadt()
416 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c156 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netportnet4_kadt()
182 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt()
435 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netportnet6_kadt()
461 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet6_uadt()
Dip_set_bitmap_port.c107 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_port_kadt()
132 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_port_uadt()
Dip_set_bitmap_ip.c117 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ip_kadt()
137 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt()
Dip_set_core.c396 struct ip_set_ext *ext) in ip_set_get_extensions()
477 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, in ip_set_match_extensions()
478 struct ip_set_ext *mext, u32 flags, void *data) in ip_set_match_extensions()