Searched refs:nft_expr_last (Results 1 – 2 of 2) sorted by relevance
1004 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_more() 1012 return expr != nft_expr_last(rule) && expr->ops; in nft_userdata() 1045 * determine that the result of nft_expr_last() is always the same since it1049 for ((expr) = nft_expr_first(rule), (last) = nft_expr_last(rule); \998 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) nft_expr_last() function
9617 track.last = nft_expr_last(rule); in nf_tables_commit_chain_prepare()