Home
last modified time | relevance | path

Searched refs:nla_put_net32 (Results 1 – 12 of 12) sorted by relevance

/linux/net/netfilter/ipset/
A Dip_set_bitmap_gen.h102 nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) || in mtype_head()
103 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) || in mtype_head()
104 nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements))) in mtype_head()
A Dip_set_list_set.c468 if (nla_put_net32(skb, IPSET_ATTR_SIZE, htonl(map->size)) || in list_set_head()
469 nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) || in list_set_head()
470 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) || in list_set_head()
471 nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements))) in list_set_head()
A Dip_set_hash_ipmark.c60 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark4_data_list()
191 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark6_data_list()
A Dip_set_hash_net.c93 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net4_data_list()
267 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net6_data_list()
A Dip_set_hash_gen.h1281 if (nla_put_net32(skb, IPSET_ATTR_HASHSIZE, in mtype_head()
1283 nla_put_net32(skb, IPSET_ATTR_MAXELEM, htonl(h->maxelem))) in mtype_head()
1296 nla_put_net32(skb, IPSET_ATTR_INITVAL, htonl(h->initval))) in mtype_head()
1299 if (nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) || in mtype_head()
1300 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) || in mtype_head()
1301 nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(elements))) in mtype_head()
A Dip_set_hash_netiface.c120 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface4_data_list()
357 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface6_data_list()
A Dip_set_hash_netport.c108 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport4_data_list()
330 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport6_data_list()
A Dip_set_hash_netnet.c113 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet4_data_list()
358 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet6_data_list()
A Dip_set_hash_ipportnet.c112 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet4_data_list()
364 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet6_data_list()
A Dip_set_hash_netportnet.c122 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet4_data_list()
412 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet6_data_list()
A Dip_set_core.c548 nla_put_net32(skb, IPSET_ATTR_SKBPRIO, in ip_set_put_skbinfo()
562 if (nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_extensions()
1413 if (unlikely(nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_flags()
1427 return nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(cadt_flags)); in ip_set_put_flags()
/linux/include/net/
A Dnetlink.h1333 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() function

Completed in 30 milliseconds