Symbol: IPSET_ATTR_IP
include/uapi/linux/netfilter/ipset/ip_set.h
76
IPSET_ATTR_IP_FROM = IPSET_ATTR_IP,
net/netfilter/ipset/ip_set_bitmap_ip.c
103
return nla_put_ipaddr4(skb, IPSET_ATTR_IP, htonl(map->first_ip)) ||
net/netfilter/ipset/ip_set_bitmap_ip.c
143
if (unlikely(!tb[IPSET_ATTR_IP]))
net/netfilter/ipset/ip_set_bitmap_ip.c
146
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_bitmap_ip.c
259
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_bitmap_ip.c
264
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &first_ip);
net/netfilter/ipset/ip_set_bitmap_ip.c
346
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_bitmap_ip.c
354
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_bitmap_ip.c
96
return nla_put_ipaddr4(skb, IPSET_ATTR_IP,
net/netfilter/ipset/ip_set_bitmap_ipmac.c
195
return nla_put_ipaddr4(skb, IPSET_ATTR_IP,
net/netfilter/ipset/ip_set_bitmap_ipmac.c
204
return nla_put_ipaddr4(skb, IPSET_ATTR_IP, htonl(map->first_ip)) ||
net/netfilter/ipset/ip_set_bitmap_ipmac.c
255
if (unlikely(!tb[IPSET_ATTR_IP]))
net/netfilter/ipset/ip_set_bitmap_ipmac.c
258
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_bitmap_ipmac.c
327
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_bitmap_ipmac.c
332
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &first_ip);
net/netfilter/ipset/ip_set_bitmap_ipmac.c
387
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_bitmap_ipmac.c
394
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ip.c
113
if (unlikely(!tb[IPSET_ATTR_IP]))
net/netfilter/ipset/ip_set_hash_ip.c
116
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_ip.c
193
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &e->ip.in6))
net/netfilter/ipset/ip_set_hash_ip.c
246
if (unlikely(!tb[IPSET_ATTR_IP]))
net/netfilter/ipset/ip_set_hash_ip.c
257
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ip.c
296
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ip.c
61
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, e->ip))
net/netfilter/ipset/ip_set_hash_ipmac.c
119
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipmac.c
133
ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip) ||
net/netfilter/ipset/ip_set_hash_ipmac.c
170
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &e->ip.in6) ||
net/netfilter/ipset/ip_set_hash_ipmac.c
238
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipmac.c
252
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip) ||
net/netfilter/ipset/ip_set_hash_ipmac.c
284
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ipmac.c
62
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, e->ip) ||
net/netfilter/ipset/ip_set_hash_ipmark.c
110
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipmark.c
114
ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipmark.c
195
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_ipmark.c
248
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipmark.c
260
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipmark.c
304
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ipmark.c
59
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_ipport.c
126
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipport.c
131
ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipport.c
238
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_ipport.c
300
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_ipport.c
313
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipport.c
387
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ipport.c
68
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_ipportip.c
122
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_ipportip.c
127
ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipportip.c
236
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_ipportip.c
295
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_ipportip.c
308
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipportip.c
379
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_ipportip.c
65
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
106
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
176
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
182
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_ipportnet.c
364
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
435
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_ipportnet.c
449
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_ipportnet.c
538
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_net.c
149
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_net.c
153
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_net.c
261
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_net.c
321
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_net.c
327
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_net.c
376
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_net.c
90
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_netiface.c
116
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_netiface.c
211
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_netiface.c
216
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_netiface.c
350
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_netiface.c
428
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_netiface.c
435
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_netiface.c
492
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_netnet.c
111
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip[0]) ||
net/netfilter/ipset/ip_set_hash_netnet.c
181
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_netnet.c
185
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_netnet.c
347
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip[0].in6) ||
net/netfilter/ipset/ip_set_hash_netnet.c
423
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_netnet.c
429
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]);
net/netfilter/ipset/ip_set_hash_netnet.c
496
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_netport.c
103
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip) ||
net/netfilter/ipset/ip_set_hash_netport.c
169
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_netport.c
175
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_netport.c
320
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip.in6) ||
net/netfilter/ipset/ip_set_hash_netport.c
389
if (unlikely(!tb[IPSET_ATTR_IP] ||
net/netfilter/ipset/ip_set_hash_netport.c
397
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip);
net/netfilter/ipset/ip_set_hash_netport.c
481
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
net/netfilter/ipset/ip_set_hash_netportnet.c
116
if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip[0]) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
204
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_netportnet.c
210
ret = ip_set_get_hostipaddr4(tb[IPSET_ATTR_IP], &ip);
net/netfilter/ipset/ip_set_hash_netportnet.c
408
if (nla_put_ipaddr6(skb, IPSET_ATTR_IP, &data->ip[0].in6) ||
net/netfilter/ipset/ip_set_hash_netportnet.c
488
if (unlikely(!tb[IPSET_ATTR_IP] || !tb[IPSET_ATTR_IP2] ||
net/netfilter/ipset/ip_set_hash_netportnet.c
496
ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_IP], &e.ip[0]);
net/netfilter/ipset/ip_set_hash_netportnet.c
591
[IPSET_ATTR_IP] = { .type = NLA_NESTED },