]> Pileus Git - ~andy/linux/commit
net: add netdev_for_each_upper_dev_rcu()
authorVeaceslav Falico <vfalico@redhat.com>
Wed, 28 Aug 2013 21:25:08 +0000 (23:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Aug 2013 20:19:42 +0000 (16:19 -0400)
commit8b5be8561b804edf6b58fc27edbccf1d45863e08
tree969e67314edbc253f3bcb0460b7a16d93de619c5
parent48311f46853c0361f9fba7e0e6bb1652d633c049
net: add netdev_for_each_upper_dev_rcu()

The new macro netdev_for_each_upper_dev_rcu(dev, upper, iter) iterates
through the dev->upper_dev_list starting from the first element, using
the netdev_upper_get_next_dev_rcu(dev, &iter).

Must be called under 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>
include/linux/netdevice.h