Searched refs:nft_xt (Results 1 – 1 of 1) sorted by relevance
26 struct nft_xt { struct46 static bool nft_xt_put(struct nft_xt *xt) in nft_xt_put() argument246 struct nft_xt *nft_xt; in nft_target_init() local270 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() local465 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 …]