Lines Matching refs:next
81 static u32 next;
99 n, xa_limit_32b, &next, GFP_KERNEL);
727 tp_next = rcu_dereference_protected(tp->next, 1);
738 tp_next = rcu_dereference_protected(tp->next, 1);
1089 * unlocked, which means next pointer could be invalid. Restart
1095 for (; tp; tp = tcf_chain_dereference(tp->next, chain))
1099 tp = tcf_chain_dereference(tp->next, chain);
1575 struct flow_block_cb *block_cb, *next;
1597 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) {
1617 struct flow_block_cb *block_cb, *next;
1621 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) {
1674 for (; tp; tp = rcu_dereference_bh(tp->next)) {
1815 struct tcf_proto __rcu *next;
1831 RCU_INIT_POINTER(tp->next, tcf_chain_tp_prev(chain, chain_info));
1844 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain);
1848 tcf_chain0_head_change(chain, next);
1849 RCU_INIT_POINTER(*chain_info->pprev, next);
1903 struct tcf_proto *next;
1910 pprev = &tp_iter->next) {
1913 chain_info.next = tp_iter->next;
1928 next = tcf_chain_dereference(chain_info.next, chain);
1930 tcf_chain0_head_change(chain, next);
1931 RCU_INIT_POINTER(*chain_info.pprev, next);
1948 pprev = &tp->next) {
1962 chain_info->next = tp->next;
1965 chain_info->next = NULL;