Lines Matching refs:node
297 list_for_each_entry(___entry, fn_list, node) \
433 list_for_each_entry(entry, fn_list, node) { in dccp_feat_list_lookup()
455 list_for_each_entry(entry, head, node) in dccp_feat_entry_new()
460 head = &entry->node; in dccp_feat_entry_new()
468 list_add_tail(&entry->node, head); in dccp_feat_entry_new()
537 list_del(&entry->node); in dccp_feat_list_pop()
545 list_for_each_entry_safe(entry, next, fn_list, node) in dccp_feat_list_purge()
557 list_for_each_entry(entry, from, node) { in dccp_feat_clone_list()
561 list_add_tail(&new->node, to); in dccp_feat_clone_list()
642 list_for_each_entry_safe_reverse(pos, next, fn, node) { in dccp_feat_insert_opts()
987 list_for_each_entry(entry, fn, node) in dccp_feat_finalise_settings()
1523 list_for_each_entry(cur, fn_list, node) { in dccp_feat_activate_values()
1561 list_for_each_entry_safe(cur, next, fn_list, node) in dccp_feat_activate_values()