Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_net.c167 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net4_uadt()
346 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net6_uadt()
H A Dip_set_hash_netiface.c231 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface4_uadt()
456 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()
433 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport6_uadt()
H A Dip_set_hash_netnet.c207 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet4_uadt()
456 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet6_uadt()
H A Dip_set_hash_ipportnet.c216 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet4_uadt()
479 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet6_uadt()
H A Dip_set_hash_netportnet.c239 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet4_uadt()
535 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet6_uadt()
H A 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()
H A Dip_set_hash_gen.h1500 hashsize = ip_set_get_h32(tb[IPSET_ATTR_HASHSIZE]); in IPSET_TOKEN()
1506 maxelem = ip_set_get_h32(tb[IPSET_ATTR_MAXELEM]); in IPSET_TOKEN()
H A Dip_set_core.c439 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in ip_set_elem_len()
1512 u32 f = ip_set_get_h32(cda[IPSET_ATTR_FLAGS]); in ip_set_dump_start()
/OK3568_Linux_fs/kernel/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()