Searched refs:IPSET_ATTR_IP2_TO (Results 1 – 4 of 4) sorted by relevance
217 tb[IPSET_ATTR_IP2_TO])) { in hash_netnet4_uadt()239 if (tb[IPSET_ATTR_IP2_TO]) { in hash_netnet4_uadt()240 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_netnet4_uadt()426 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netnet6_uadt()499 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
257 !(tb[IPSET_ATTR_IP_TO] || with_ports || tb[IPSET_ATTR_IP2_TO])) { in hash_netportnet4_uadt()286 if (tb[IPSET_ATTR_IP2_TO]) { in hash_netportnet4_uadt()287 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_netportnet4_uadt()492 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netportnet6_uadt()593 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
226 tb[IPSET_ATTR_IP2_TO])) { in hash_ipportnet4_uadt()257 if (tb[IPSET_ATTR_IP2_TO]) { in hash_ipportnet4_uadt()258 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_ipportnet4_uadt()538 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
115 IPSET_ATTR_IP2_TO, enumerator
Completed in 8 milliseconds