Home
last modified time | relevance | path

Searched refs:nft_xt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnft_compat.c26 struct nft_xt { struct
46 static bool nft_xt_put(struct nft_xt *xt) in nft_xt_put() argument
246 struct nft_xt *nft_xt; in nft_target_init() local
270 nft_xt = container_of(expr->ops, struct nft_xt, ops); in nft_target_init()
271 nft_xt->refcnt++; in nft_target_init()
289 if (nft_xt_put(container_of(expr->ops, struct nft_xt, ops))) in nft_target_destroy()
445 struct nft_xt *nft_xt; in __nft_match_init() local
465 nft_xt = container_of(expr->ops, struct nft_xt, ops); in __nft_match_init()
466 nft_xt->refcnt++; in __nft_match_init()
509 if (nft_xt_put(container_of(expr->ops, struct nft_xt, ops))) in __nft_match_destroy()
[all …]