Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_IP2_TO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_netnet.c217 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 },
H A Dip_set_hash_netportnet.c258 !(tb[IPSET_ATTR_IP_TO] || with_ports || tb[IPSET_ATTR_IP2_TO])) { in hash_netportnet4_uadt()
287 if (tb[IPSET_ATTR_IP2_TO]) { in hash_netportnet4_uadt()
288 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_netportnet4_uadt()
493 if (unlikely(tb[IPSET_ATTR_IP_TO] || tb[IPSET_ATTR_IP2_TO])) in hash_netportnet6_uadt()
594 [IPSET_ATTR_IP2_TO] = { .type = NLA_NESTED },
H A Dip_set_hash_ipportnet.c226 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 },
/openbmc/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h115 IPSET_ATTR_IP2_TO, enumerator