Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
H A Dip_set_hash_net.c168 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net4_uadt()
344 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net6_uadt()
H A Dip_set_hash_netiface.c232 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface4_uadt()
454 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface6_uadt()
H A Dip_set_hash_netport.c208 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport4_uadt()
429 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport6_uadt()
H A Dip_set_hash_netnet.c210 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet4_uadt()
462 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet6_uadt()
H A Dip_set_hash_ipportnet.c217 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet4_uadt()
483 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet6_uadt()
H A Dip_set_hash_netportnet.c250 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet4_uadt()
539 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet6_uadt()
H A Dip_set_list_set.c380 u32 f = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in list_set_uadt()
626 size = ip_set_get_h32(tb[IPSET_ATTR_SIZE]); in list_set_create()
H A Dip_set_hash_gen.h1545 hashsize = ip_set_get_h32(tb[IPSET_ATTR_HASHSIZE]); in IPSET_TOKEN()
1551 maxelem = ip_set_get_h32(tb[IPSET_ATTR_MAXELEM]); in IPSET_TOKEN()
H A Dip_set_core.c442 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in ip_set_elem_len()
1544 u32 f = ip_set_get_h32(cda[IPSET_ATTR_FLAGS]); in ip_set_dump_start()
/linux/include/linux/netfilter/ipset/
H A Dip_set.h390 ip_set_get_h32(const struct nlattr *attr) in ip_set_get_h32() function
470 unsigned int timeout = ip_set_get_h32(tb); in ip_set_timeout_uget()