Searched refs:nft_expr_last (Results 1 – 3 of 3) sorted by relevance
40 while (expr->ops && expr != nft_expr_last(rule)) { in nft_flow_rule_create()61 while (expr->ops && expr != nft_expr_last(rule)) { in nft_flow_rule_create()
255 while (expr != nft_expr_last(rule) && expr->ops) { in nft_rule_expr_activate()270 while (expr != nft_expr_last(rule) && expr->ops) { in nft_rule_expr_deactivate()2606 while (expr != nft_expr_last(rule) && expr->ops) { in nf_tables_rule_destroy()
868 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() function884 for ((expr) = nft_expr_first(rule), (last) = nft_expr_last(rule); \