Searched refs:ip_set_get_hostipaddr4 (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 152 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in bitmap_ip_uadt() 166 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in bitmap_ip_uadt() 263 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &first_ip); in bitmap_ip_create() 268 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ip_create()
|
D | ip_set_bitmap_ipmac.c | 253 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in bitmap_ipmac_uadt() 329 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &first_ip); in bitmap_ipmac_create() 334 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &last_ip); in bitmap_ipmac_create()
|
D | ip_set_hash_netnet.c | 185 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_netnet4_uadt() 186 ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2], &ip2_from) || in hash_netnet4_uadt() 222 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netnet4_uadt() 234 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_netnet4_uadt()
|
D | ip_set_hash_ipportnet.c | 192 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_ipportnet4_uadt() 197 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2], &ip2_from); in hash_ipportnet4_uadt() 244 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipportnet4_uadt() 266 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_ipportnet4_uadt()
|
D | ip_set_hash_netportnet.c | 203 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_netportnet4_uadt() 204 ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2], &ip2_from) || in hash_netportnet4_uadt() 258 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netportnet4_uadt() 277 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP2_TO], &ip2_to); in hash_netportnet4_uadt()
|
D | ip_set_hash_ip.c | 124 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_ip4_uadt() 140 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ip4_uadt()
|
D | ip_set_hash_net.c | 163 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_net4_uadt() 189 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_net4_uadt()
|
D | ip_set_hash_netport.c | 185 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_netport4_uadt() 236 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netport4_uadt()
|
D | ip_set_hash_netiface.c | 311 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip) || in hash_netiface4_uadt() 349 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_netiface4_uadt()
|
D | ip_set_hash_ipmark.c | 142 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipmark4_uadt()
|
D | ip_set_hash_ipport.c | 166 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipport4_uadt()
|
D | ip_set_hash_ipportip.c | 172 ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP_TO], &ip_to); in hash_ipportip4_uadt()
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 422 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() function
|