| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_bitmap_ip.c | 104 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)) || in bitmap_ip_do_head() 162 if (tb[IPSET_ATTR_IP_TO]) { in bitmap_ip_uadt() 163 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in bitmap_ip_uadt() 271 if (tb[IPSET_ATTR_IP_TO]) { in bitmap_ip_create() 272 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ip_create() 350 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED }, 358 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_ipmark.c | 127 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR])) { in hash_ipmark4_uadt() 133 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipmark4_uadt() 134 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipmark4_uadt() 245 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipmark6_uadt() 297 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_net.c | 173 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt() 181 if (tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt() 182 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_net4_uadt() 326 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_net6_uadt() 377 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_ipport.c | 147 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] || in hash_ipport4_uadt() 154 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipport4_uadt() 155 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipport4_uadt() 283 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipport6_uadt() 359 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_ip.c | 130 if (tb[IPSET_ATTR_IP_TO]) { in hash_ip4_uadt() 131 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ip4_uadt() 251 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ip6_uadt() 297 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_ipportip.c | 154 !(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_CIDR] || in hash_ipportip4_uadt() 161 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipportip4_uadt() 162 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipportip4_uadt() 294 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipportip6_uadt() 373 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_netiface.c | 240 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt() 247 if (tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt() 248 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netiface4_uadt() 434 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_netiface6_uadt() 493 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_netport.c | 214 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt() 227 if (tb[IPSET_ATTR_IP_TO]) { in hash_netport4_uadt() 228 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netport4_uadt() 398 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_netport6_uadt() 484 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_netnet.c | 213 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt() 223 if (tb[IPSET_ATTR_IP_TO]) { in hash_netnet4_uadt() 224 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netnet4_uadt() 425 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netnet6_uadt() 487 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_bitmap_ipmac.c | 204 nla_put_ipaddr4(skb, IPSET_ATTR_IP_TO, htonl(map->last_ip)); in bitmap_ipmac_do_head() 335 if (tb[IPSET_ATTR_IP_TO]) { in bitmap_ipmac_create() 336 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ipmac_create() 387 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_ipportnet.c | 224 !(tb[IPSET_ATTR_CIDR] || tb[IPSET_ATTR_IP_TO] || with_ports || in hash_ipportnet4_uadt() 234 if (tb[IPSET_ATTR_IP_TO]) { in hash_ipportnet4_uadt() 235 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipportnet4_uadt() 433 if (unlikely(tb[IPSET_ATTR_IP_TO])) in hash_ipportnet6_uadt() 530 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| H A D | ip_set_hash_netportnet.c | 247 !(tb[IPSET_ATTR_IP_TO] || with_ports || tb[IPSET_ATTR_IP2_TO])) { in hash_netportnet4_uadt() 256 if (tb[IPSET_ATTR_IP_TO]) { in hash_netportnet4_uadt() 257 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netportnet4_uadt() 489 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netportnet6_uadt() 586 [IPSET_ATTR_IP_TO] = { .type = NLA_NESTED },
|
| /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 D | ip_set.h | 77 IPSET_ATTR_IP_TO, /* 2 */ 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 D | ip_set.h | 77 IPSET_ATTR_IP_TO, /* 2 */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ipset/ |
| H A D | ip_set.h | 81 IPSET_ATTR_IP_TO, /* 2 */ enumerator
|