Home
last modified time | relevance | path

Searched refs:netdev_for_each_lower_private_rcu (Results 1 – 8 of 8) sorted by relevance

/linux/net/batman-adv/
H A Dbat_v_ogm.c303 netdev_for_each_lower_private_rcu(bat_priv->mesh_iface, hard_iface, iter) { in batadv_v_ogm_send_meshif()
921 netdev_for_each_lower_private_rcu(bat_priv->mesh_iface, hard_iface, iter) { in batadv_v_ogm_process()
H A Dbat_v_elp.c478 netdev_for_each_lower_private_rcu(primary_iface->mesh_iface, hard_iface, iter) in batadv_v_elp_primary_iface_set()
H A Dbat_v.c231 netdev_for_each_lower_private_rcu(bat_priv->mesh_iface, hard_iface, iter) { in batadv_v_neigh_dump()
H A Doriginator.c1234 netdev_for_each_lower_private_rcu(bat_priv->mesh_iface, hard_iface, iter) { in batadv_purge_orig_node()
H A Dmulticast.c252 netdev_for_each_lower_private_rcu(bat_priv->mesh_iface, hard_iface, iter) { in batadv_mcast_mla_forw_flags_get()
/linux/
H A D.clang-format598 - 'netdev_for_each_lower_private_rcu'
/linux/include/net/
H A Dbonding.h88 netdev_for_each_lower_private_rcu((bond)->dev, pos, iter)
/linux/include/linux/
H A Dnetdevice.h5112 #define netdev_for_each_lower_private_rcu(dev, priv, iter) \ macro