Searched refs:nft_ctx_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 68 static void nft_ctx_init(struct nft_ctx *ctx, in nft_ctx_init() function 829 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 860 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 978 nft_ctx_init(&ctx, net, skb, nlh, 0, NULL, NULL, nla); in nf_tables_deltable() 1817 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newchain() 1873 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delchain() 2582 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newrule() 2747 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delrule() 2940 nft_ctx_init(ctx, net, skb, nlh, family, table, NULL, nla); in nft_ctx_init_from_setattr() 3464 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newset() [all …]
|