Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/ipset/
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 },
A Dip_set_hash_netportnet.c257 !(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 },
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 },
/linux-6.3-rc2/include/uapi/linux/netfilter/ipset/
A Dip_set.h115 IPSET_ATTR_IP2_TO, enumerator

Completed in 8 milliseconds