Searched refs:nla_put_net32 (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set_skbinfo.h | 31 nla_put_net32(skb, IPSET_ATTR_SKBPRIO, in ip_set_put_skbinfo()
|
D | ip_set.h | 286 if (unlikely(nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_flags() 300 return nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(cadt_flags)); in ip_set_put_flags()
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 106 nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) || in mtype_head() 107 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) || in mtype_head() 108 nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements))) in mtype_head()
|
D | ip_set_list_set.c | 468 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()
|
D | ip_set_hash_ipmark.c | 64 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark4_data_list() 187 nla_put_net32(skb, IPSET_ATTR_MARK, htonl(data->mark))) in hash_ipmark6_data_list()
|
D | ip_set_hash_net.c | 96 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net4_data_list() 261 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net6_data_list()
|
D | ip_set_hash_netiface.c | 118 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface4_data_list() 341 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface6_data_list()
|
D | ip_set_hash_gen.h | 1063 if (nla_put_net32(skb, IPSET_ATTR_HASHSIZE, in mtype_head() 1065 nla_put_net32(skb, IPSET_ATTR_MAXELEM, htonl(h->maxelem))) in mtype_head() 1076 if (nla_put_net32(skb, IPSET_ATTR_REFERENCES, htonl(set->ref)) || in mtype_head() 1077 nla_put_net32(skb, IPSET_ATTR_MEMSIZE, htonl(memsize)) || in mtype_head() 1078 nla_put_net32(skb, IPSET_ATTR_ELEMENTS, htonl(set->elements))) in mtype_head()
|
D | ip_set_hash_netnet.c | 115 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet4_data_list() 346 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet6_data_list()
|
D | ip_set_hash_netport.c | 111 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport4_data_list() 324 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport6_data_list()
|
D | ip_set_hash_ipportnet.c | 115 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()
|
D | ip_set_hash_netportnet.c | 125 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet4_data_list() 401 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet6_data_list()
|
D | ip_set_core.c | 457 if (nla_put_net32(skb, IPSET_ATTR_TIMEOUT, in ip_set_put_extensions()
|
/Linux-v4.19/include/net/ |
D | netlink.h | 867 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() function
|