Searched refs:nft_ctx_init (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_api.c | 122 static void nft_ctx_init(struct nft_ctx *ctx, in nft_ctx_init() function 1043 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 1082 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newtable() 1214 nft_ctx_init(&ctx, net, skb, nlh, 0, NULL, NULL, nla); in nf_tables_deltable() 2376 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newchain() 2434 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delchain() 3250 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_newrule() 3428 nft_ctx_init(&ctx, net, skb, nlh, family, table, chain, nla); in nf_tables_delrule() 3606 nft_ctx_init(ctx, net, skb, nlh, family, table, NULL, nla); in nft_ctx_init_from_setattr() 4236 nft_ctx_init(&ctx, net, skb, nlh, family, table, NULL, nla); in nf_tables_newset() [all …]
|