Home
last modified time | relevance | path

Searched refs:ip_set_get_h32 (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_net.c167 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net4_uadt()
337 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net6_uadt()
Dip_set_hash_netiface.c226 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface4_uadt()
437 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface6_uadt()
Dip_set_hash_netnet.c206 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet4_uadt()
442 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet6_uadt()
Dip_set_hash_netport.c207 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport4_uadt()
424 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport6_uadt()
Dip_set_hash_ipportnet.c216 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet4_uadt()
476 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c238 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet4_uadt()
521 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet6_uadt()
Dip_set_list_set.c376 u32 f = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in list_set_uadt()
618 size = ip_set_get_h32(tb[IPSET_ATTR_SIZE]); in list_set_create()
Dip_set_hash_gen.h1273 hashsize = ip_set_get_h32(tb[IPSET_ATTR_HASHSIZE]); in IPSET_TOKEN()
1279 maxelem = ip_set_get_h32(tb[IPSET_ATTR_MAXELEM]); in IPSET_TOKEN()
Dip_set_core.c377 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in ip_set_elem_len()
1328 u32 f = ip_set_get_h32(cda[IPSET_ATTR_FLAGS]); in dump_init()
/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h390 ip_set_get_h32(const struct nlattr *attr) in ip_set_get_h32() function
477 unsigned int timeout = ip_set_get_h32(tb); in ip_set_timeout_uget()