summaryrefslogtreecommitdiff
path: root/patricia.c
diff options
context:
space:
mode:
Diffstat (limited to 'patricia.c')
0 files changed, 0 insertions, 0 deletions
/tree/?h=nds-private-remove&id=b862815c3ee7b49ec20a9ab25da55a5f0bcbb95e'>51e6e326d62f70ec1aac5c687fbf89f8351d116c parent8708ecf01d454607f15fe1b378c8b88de3b9c34b (diff)
list: introduce list_for_each_entry_from_reverse helper
Similar to list_for_each_entry_continue and its reverse variant list_for_each_entry_continue_reverse, introduce reverse helper for list_for_each_entry_from. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/linux/list.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/list.h b/include/linux/list.h