Searched refs:NFTA_FLOWTABLE_FLAGS (Results 1 – 2 of 2) sorted by relevance
1650 NFTA_FLOWTABLE_FLAGS, enumerator
7029 [NFTA_FLOWTABLE_FLAGS] = { .type = NLA_U32 },7291 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nft_flowtable_update()7292 flags = ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nft_flowtable_update()7406 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nf_tables_newflowtable()7408 ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nf_tables_newflowtable()7597 nla_put_be32(skb, NFTA_FLOWTABLE_FLAGS, htonl(flowtable->data.flags))) in nf_tables_fill_flowtable_info()