Symbol: nla_put_net32
net/netfilter/ipset/ip_set_bitmap_gen.h
102
nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) ||
net/netfilter/ipset/ip_set_bitmap_gen.h
103
nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) ||
net/netfilter/ipset/ip_set_bitmap_gen.h
104
nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements)))
net/netfilter/ipset/ip_set_core.c
1458
if (unlikely(nla_put_net32(skb, IPSET_ATTR_TIMEOUT,
net/netfilter/ipset/ip_set_core.c
1472
return nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(cadt_flags));
net/netfilter/ipset/ip_set_core.c
556
nla_put_net32(skb, IPSET_ATTR_SKBPRIO,
net/netfilter/ipset/ip_set_core.c
570
if (nla_put_net32(skb, IPSET_ATTR_TIMEOUT,
net/netfilter/ipset/ip_set_hash_gen.h
1319
if (nla_put_net32(skb, IPSET_ATTR_HASHSIZE,
net/netfilter/ipset/ip_set_hash_gen.h
1321
nla_put_net32(skb, IPSET_ATTR_MAXELEM, htonl(h->maxelem)))
net/netfilter/ipset/ip_set_hash_gen.h
1346
nla_put_net32(skb, IPSET_ATTR_INITVAL, htonl(h->initval)))
net/netfilter/ipset/ip_set_hash_gen.h
1349
if (nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) ||
net/netfilter/ipset/ip_set_hash_gen.h
1350
nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) ||
net/netfilter/ipset/ip_set_hash_gen.h
1351
nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(elements)))
net/netfilter/ipset/ip_set_hash_ipmark.c
196
nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark)))
net/netfilter/ipset/ip_set_hash_ipmark.c
60
nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark)))
net/netfilter/ipset/ip_set_hash_ipportnet.c
112
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_ipportnet.c
370
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_net.c
264
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_net.c
93
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netiface.c
120
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netiface.c
354
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netnet.c
116
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netnet.c
352
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netport.c
108
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netport.c
325
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netportnet.c
123
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_hash_netportnet.c
415
nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags))))
net/netfilter/ipset/ip_set_list_set.c
463
if (nla_put_net32(skb, IPSET_ATTR_SIZE, htonl(map->size)) ||
net/netfilter/ipset/ip_set_list_set.c
464
nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) ||
net/netfilter/ipset/ip_set_list_set.c
465
nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) ||
net/netfilter/ipset/ip_set_list_set.c
466
nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements)))