]> Pileus Git - ~andy/linux/commit
net: add netdev_upper_get_next_dev_rcu(dev, iter)
authorVeaceslav Falico <vfalico@redhat.com>
Wed, 28 Aug 2013 21:25:07 +0000 (23:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Aug 2013 20:19:42 +0000 (16:19 -0400)
commit48311f46853c0361f9fba7e0e6bb1652d633c049
tree75d08bc2b59876668f50a293eae746755b2cc075
parent620f3186caa8124e0efaf329751cf51c5d55c731
net: add netdev_upper_get_next_dev_rcu(dev, iter)

This function returns the next dev in the dev->upper_dev_list after the
struct list_head **iter position, and updates *iter accordingly. Returns
NULL if there are no devices left.

Caller must hold RCU read lock.

CC: "David S. Miller" <davem@davemloft.net>
CC: Eric Dumazet <edumazet@google.com>
CC: Jiri Pirko <jiri@resnulli.us>
CC: Alexander Duyck <alexander.h.duyck@intel.com>
CC: Cong Wang <amwang@redhat.com>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c