Searched refs:nft_ctx_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/net/netfilter/ |
D | nf_tables_api.c | 87 static void nft_ctx_init(struct nft_ctx *ctx, in nft_ctx_init() function 1017 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 1056 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 1188 nft_ctx_init(&ctx, net, skb, nlh, 0, NULL, NULL, nla); in nf_tables_deltable() 2362 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newchain() 2420 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delchain() 3248 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newrule() 3422 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delrule() 3600 nft_ctx_init(ctx, net, skb, nlh, family, table, NULL, nla); in nft_ctx_init_from_setattr() 4231 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newset() [all …]
|