Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_CIDR (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_net.c90 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) || in hash_net4_data_list()
160 if (tb[IPSET_ATTR_CIDR]) { in hash_net4_uadt()
161 e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_net4_uadt()
264 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) || in hash_net6_data_list()
337 if (tb[IPSET_ATTR_CIDR]) { in hash_net6_uadt()
338 e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_net6_uadt()
378 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_ipmark.c127 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR])) { in hash_ipmark4_uadt()
142 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipmark4_uadt()
143 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipmark4_uadt()
247 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ipmark6_uadt()
248 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipmark6_uadt()
299 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_bitmap_ip.c171 } else if (tb[IPSET_ATTR_CIDR]) { in bitmap_ip_uadt()
172 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_uadt()
277 } else if (tb[IPSET_ATTR_CIDR]) { in bitmap_ip_create()
278 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ip_create()
351 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
359 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_ip.c139 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ip4_uadt()
140 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ip4_uadt()
253 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ip6_uadt()
254 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ip6_uadt()
298 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_ipport.c147 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] || in hash_ipport4_uadt()
160 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipport4_uadt()
161 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport4_uadt()
285 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ipport6_uadt()
286 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipport6_uadt()
362 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_netiface.c116 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) || in hash_netiface4_data_list()
223 if (tb[IPSET_ATTR_CIDR]) { in hash_netiface4_uadt()
224 e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netiface4_uadt()
353 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr) || in hash_netiface6_data_list()
445 if (tb[IPSET_ATTR_CIDR]) { in hash_netiface6_uadt()
446 e.cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netiface6_uadt()
497 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_netport.c104 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr + 1) || in hash_netport4_data_list()
183 if (tb[IPSET_ATTR_CIDR]) { in hash_netport4_uadt()
184 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netport4_uadt()
326 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr + 1) || in hash_netport6_data_list()
409 if (tb[IPSET_ATTR_CIDR]) { in hash_netport6_uadt()
410 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netport6_uadt()
488 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_ipportip.c154 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] || in hash_ipportip4_uadt()
167 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipportip4_uadt()
168 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportip4_uadt()
296 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ipportip6_uadt()
297 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportip6_uadt()
377 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_netnet.c109 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netnet4_data_list()
194 if (tb[IPSET_ATTR_CIDR]) { in hash_netnet4_uadt()
195 e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netnet4_uadt()
354 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netnet6_data_list()
440 if (tb[IPSET_ATTR_CIDR]) { in hash_netnet6_uadt()
441 e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netnet6_uadt()
490 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_netportnet.c117 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netportnet4_data_list()
211 if (tb[IPSET_ATTR_CIDR]) { in hash_netportnet4_uadt()
212 e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netportnet4_uadt()
407 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netportnet6_data_list()
504 if (tb[IPSET_ATTR_CIDR]) { in hash_netportnet6_uadt()
505 e.cidr[0] = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_netportnet6_uadt()
591 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_hash_ipportnet.c224 !(tb[IPSET_ATTR_CIDR] || tb[IPSET_ATTR_IP_TO] || with_ports || in hash_ipportnet4_uadt()
240 } else if (tb[IPSET_ATTR_CIDR]) { in hash_ipportnet4_uadt()
241 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportnet4_uadt()
435 if (unlikely(tb[IPSET_ATTR_CIDR])) { in hash_ipportnet6_uadt()
436 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in hash_ipportnet6_uadt()
535 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
H A Dip_set_bitmap_ipmac.c341 } else if (tb[IPSET_ATTR_CIDR]) { in bitmap_ipmac_create()
342 u8 cidr = nla_get_u8(tb[IPSET_ATTR_CIDR]); in bitmap_ipmac_create()
388 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h78 IPSET_ATTR_CIDR, /* 3 */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/ipset/
H A Dip_set.h78 IPSET_ATTR_CIDR, /* 3 */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/
H A Dip_set.h82 IPSET_ATTR_CIDR, /* 3 */ enumerator