Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h268 if (unlikely(nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_flags()
282 return nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(cadt_flags)); in ip_set_put_flags()
344 nla_put_net32(skb, IPSET_ATTR_SKBPRIO, in ip_set_put_skbinfo()
543 if (nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_extensions()
/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_ipmark.c64 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark4_data_list()
192 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark6_data_list()
Dip_set_bitmap_gen.h100 nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref - 1)) || in mtype_head()
101 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, in mtype_head()
Dip_set_hash_net.c96 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net4_data_list()
265 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net6_data_list()
Dip_set_list_set.c485 if (nla_put_net32(skb, IPSET_ATTR_SIZE, htonl(map->size)) || in list_set_head()
486 nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref - 1)) || in list_set_head()
487 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, in list_set_head()
Dip_set_hash_gen.h919 if (nla_put_net32(skb, IPSET_ATTR_HASHSIZE, in mtype_head()
921 nla_put_net32(skb, IPSET_ATTR_MAXELEM, htonl(h->maxelem))) in mtype_head()
932 if (nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref - 1)) || in mtype_head()
933 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize))) in mtype_head()
Dip_set_hash_netnet.c115 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet4_data_list()
342 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet6_data_list()
Dip_set_hash_netport.c111 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport4_data_list()
327 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport6_data_list()
Dip_set_hash_netiface.c194 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface4_data_list()
445 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface6_data_list()
Dip_set_hash_ipportnet.c115 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet4_data_list()
368 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet6_data_list()
Dip_set_hash_netportnet.c125 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet4_data_list()
398 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet6_data_list()
/linux-4.1.27/include/net/
Dnetlink.h823 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() function