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.c1111 [NFTA_TABLE_FLAGS] = { .type = NLA_U32 },
1140 if (nla_put_be32(skb, NFTA_TABLE_FLAGS, in nf_tables_fill_table_info()
1392 if (!ctx->nla[NFTA_TABLE_FLAGS]) in nf_tables_updtable()
1395 flags = ntohl(nla_get_be32(ctx->nla[NFTA_TABLE_FLAGS])); in nf_tables_updtable()
1567 if (nla[NFTA_TABLE_FLAGS]) { in nf_tables_newtable()
1568 flags = ntohl(nla_get_be32(nla[NFTA_TABLE_FLAGS])); in nf_tables_newtable()