Searched refs:NFTA_FLOWTABLE_FLAGS (Results 1 – 2 of 2) sorted by relevance
1654 NFTA_FLOWTABLE_FLAGS, enumerator
7377 [NFTA_FLOWTABLE_FLAGS] = { .type = NLA_U32 },7651 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nft_flowtable_update()7652 flags = ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nft_flowtable_update()7770 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nf_tables_newflowtable()7772 ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nf_tables_newflowtable()7957 nla_put_be32(skb, NFTA_FLOWTABLE_FLAGS, htonl(flowtable->data.flags))) in nf_tables_fill_flowtable_info()