Searched refs:nft_ctx_init (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/netfilter/ | 
| D | nf_tables_api.c | 84 static void nft_ctx_init(struct nft_ctx *ctx,  in nft_ctx_init()  function 900 		nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla);  in nf_tables_newtable() 931 	nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla);  in nf_tables_newtable() 1049 	nft_ctx_init(&ctx, net, skb, nlh, 0, NULL, NULL, nla);  in nf_tables_deltable() 1915 	nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla);  in nf_tables_newchain() 1972 	nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla);  in nf_tables_delchain() 2753 	nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla);  in nf_tables_newrule() 2923 	nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla);  in nf_tables_delrule() 3116 	nft_ctx_init(ctx, net, skb, nlh, family, table, NULL, nla);  in nft_ctx_init_from_setattr() 3640 	nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla);  in nf_tables_newset() [all …] 
 |