Lines Matching refs:next

307 	struct nft_hook *hook, *next;
309 list_for_each_entry_safe(hook, next, hook_list, list) {
2084 struct nft_hook *hook, *next;
2096 list_for_each_entry_safe(hook, next,
2169 struct nft_hook *hook, *next;
2203 list_for_each_entry_safe(hook, next, hook_list, list) {
2344 struct nft_hook *h, *next;
2346 list_for_each_entry_safe(h, next, &hook->list, list) {
2599 struct nft_hook *h, *next;
2629 list_for_each_entry_safe(h, next, &hook.list, list) {
2756 list_for_each_entry_safe(h, next, &hook.list, list) {
3411 const struct nft_expr *expr, *next;
3440 nft_rule_for_each_expr(expr, next, rule) {
3805 struct nft_expr *expr, *next;
3813 next = nft_expr_next(expr);
3815 expr = next;
5311 struct nft_set_elem_catchall *next, *catchall;
5313 list_for_each_entry_safe(catchall, next, &set->catchall_list, list) {
6735 struct nft_set_elem_catchall *catchall, *next;
6737 list_for_each_entry_safe(catchall, next, &set->catchall_list, list) {
8405 struct nft_hook *hook, *next;
8407 list_for_each_entry_safe(hook, next, hook_list, list) {
8427 struct nft_hook *hook, *hook2, *next;
8465 list_for_each_entry_safe(hook, next, hook_list, list) {
8479 struct nft_hook *hook, *next;
8481 list_for_each_entry_safe(hook, next, hook_list, list) {
8493 struct nft_hook *hook, *next;
8504 list_for_each_entry_safe(hook, next, &flowtable_hook.list, list) {
8550 list_for_each_entry_safe(hook, next, &flowtable_hook.list, list) {
8696 struct nft_hook *this, *next;
8698 list_for_each_entry_safe(this, next, &flowtable_hook->list, list) {
9056 struct nft_hook *hook, *next;
9059 list_for_each_entry_safe(hook, next, &flowtable->hook_list, list) {
9529 struct nft_trans *trans, *next;
9541 list_for_each_entry_safe(trans, next, &head, list) {
9638 struct nft_trans *trans, *next;
9640 list_for_each_entry_safe(trans, next, &nft_net->commit_list, list) {
9683 /* chain had no change in last or next generation */
9687 * chain had no change in this generation; make sure next
9802 struct nft_trans_gc *trans, *next;
9809 list_for_each_entry_safe(trans, next, &trans_gc_list, list) {
9942 struct nft_set_elem_catchall *catchall, *next;
9950 list_for_each_entry_safe(catchall, next, &set->catchall_list, list) {
9972 struct nft_module_request *req, *next;
9975 list_for_each_entry_safe(req, next, &nft_net->module_list, list) {
10115 struct nft_set *set, *next;
10117 list_for_each_entry_safe(set, next, set_update_list, pending_update) {
10146 struct nft_trans *trans, *next;
10191 /* 1. Allocate space for next generation rules_gen_X[] */
10192 list_for_each_entry_safe(trans, next, &nft_net->commit_list, list) {
10235 list_for_each_entry_safe(trans, next, &nft_net->commit_list, list) {
10455 struct nft_module_request *req, *next;
10460 list_for_each_entry_safe(req, next, &module_list, list) {
10505 struct nft_set *set, *next;
10507 list_for_each_entry_safe(set, next, set_update_list, pending_update) {
10520 struct nft_trans *trans, *next;
10529 list_for_each_entry_safe_reverse(trans, next, &nft_net->commit_list,
10715 list_for_each_entry_safe_reverse(trans, next,