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