Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h206 NFTA_TABLE_FLAGS, enumerator
/linux/net/netfilter/
H A Dnf_tables_api.c1167 [NFTA_TABLE_FLAGS] = { .type = NLA_U32 },
1197 if (nla_put_be32(skb, NFTA_TABLE_FLAGS, in nf_tables_fill_table_info()
1449 if (!ctx->nla[NFTA_TABLE_FLAGS]) in nf_tables_updtable()
1452 flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS])); in nf_tables_updtable()
1624 if (nla[NFTA_TABLE_FLAGS]) { in nf_tables_newtable()
1625 flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS])); in nf_tables_newtable()