• T
    net: export netdev_next_lower_dev_rcu() · 7151affe
    Taehee Yoo 提交于
    netdev_next_lower_dev_rcu() will be used to implement a function,
    which is to walk all lower interfaces.
    There are already functions that they walk their lower interface.
    (netdev_walk_all_lower_dev_rcu, netdev_walk_all_lower_dev()).
    But, there would be cases that couldn't be covered by given
    netdev_walk_all_lower_dev_{rcu}() function.
    So, some modules would want to implement own function,
    which is to walk all lower interfaces.
    
    In the next patch, netdev_next_lower_dev_rcu() will be used.
    In addition, this patch removes two unused prototypes in netdevice.h.
    Signed-off-by: NTaehee Yoo <ap420073@gmail.com>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    7151affe
netdevice.h 153.5 KB