Searched refs:nft_ctx_init_from_elemattr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_tables_api.c | 2953 static int nft_ctx_init_from_elemattr(struct nft_ctx *ctx, in nft_ctx_init_from_elemattr() function 3079 err = nft_ctx_init_from_elemattr(&ctx, cb->skb, cb->nlh, (void *)nla, in nf_tables_dump_set() 3145 err = nft_ctx_init_from_elemattr(&ctx, skb, nlh, nla, false); in nf_tables_getsetelem() 3470 err = nft_ctx_init_from_elemattr(&ctx, skb, nlh, nla, true); in nf_tables_newsetelem() 3564 err = nft_ctx_init_from_elemattr(&ctx, skb, nlh, nla, false); in nf_tables_delsetelem()
|