Searched refs:NFTA_FLOWTABLE_FLAGS (Results 1 – 2 of 2) sorted by relevance
1706 NFTA_FLOWTABLE_FLAGS, enumerator
8245 [NFTA_FLOWTABLE_FLAGS] = { .type = NLA_U32 },8535 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nft_flowtable_update()8536 flags = ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nft_flowtable_update()8659 if (nla[NFTA_FLOWTABLE_FLAGS]) { in nf_tables_newflowtable()8661 ntohl(nla_get_be32(nla[NFTA_FLOWTABLE_FLAGS])); in nf_tables_newflowtable()8860 nla_put_be32(skb, NFTA_FLOWTABLE_FLAGS, htonl(flowtable->data.flags))) in nf_tables_fill_flowtable_info()