Searched defs:cadt_flags (Results 1 - 9 of 9) sorted by relevance

/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c267 u32 first_ip, last_ip, hosts, cadt_flags = 0; local
340 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]);
341 if (cadt_flags & IPSET_FLAG_WITH_COUNTERS) {
H A Dip_set_bitmap_port.c255 u32 cadt_flags = 0; local
280 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]);
281 if (cadt_flags & IPSET_FLAG_WITH_COUNTERS) {
H A Dip_set_bitmap_ipmac.c358 u32 first_ip, last_ip, cadt_flags = 0; local
403 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]);
404 if (cadt_flags & IPSET_FLAG_WITH_COUNTERS) {
H A Dip_set_hash_ipportnet.c251 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
252 if (cadt_flags & IPSET_FLAG_NOMATCH)
540 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
541 if (cadt_flags & IPSET_FLAG_NOMATCH)
H A Dip_set_hash_net.c194 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
195 if (cadt_flags & IPSET_FLAG_NOMATCH)
392 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
393 if (cadt_flags & IPSET_FLAG_NOMATCH)
H A Dip_set_hash_netport.c239 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
240 if (cadt_flags & IPSET_FLAG_NOMATCH)
485 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
486 if (cadt_flags & IPSET_FLAG_NOMATCH)
H A Dip_set_list_set.c644 u32 size = IP_SET_LIST_DEFAULT_SIZE, cadt_flags = 0; local
658 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]);
662 if (cadt_flags & IPSET_FLAG_WITH_COUNTERS) {
H A Dip_set_hash_gen.h948 u32 cadt_flags = 0; local
1026 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]);
1027 if (cadt_flags & IPSET_FLAG_WITH_COUNTERS) {
H A Dip_set_hash_netiface.c362 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
363 if (cadt_flags & IPSET_FLAG_PHYSDEV)
365 if (cadt_flags & IPSET_FLAG_NOMATCH)
628 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); local
629 if (cadt_flags & IPSET_FLAG_PHYSDEV)
631 if (cadt_flags & IPSET_FLAG_NOMATCH)

Completed in 67 milliseconds