Searched refs:nft_expr_last (Results 1 – 2 of 2) sorted by relevance
837 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() function853 for ((expr) = nft_expr_first(rule), (last) = nft_expr_last(rule); \
216 while (expr != nft_expr_last(rule) && expr->ops) { in nft_rule_expr_activate()230 while (expr != nft_expr_last(rule) && expr->ops) { in nft_rule_expr_deactivate()2443 while (expr != nft_expr_last(rule) && expr->ops) { in nf_tables_rule_destroy()