Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h62 IPSET_ATTR_FLAGS, /* 6: Flags at command level */ enumerator
/linux/net/netfilter/ipset/
H A Dip_set_core.c1505 [IPSET_ATTR_FLAGS] = { .type = NLA_U32 },
1543 if (cda[IPSET_ATTR_FLAGS]) { in ip_set_dump_start()
1544 u32 f = ip_set_get_h32(cda[IPSET_ATTR_FLAGS]); in ip_set_dump_start()