Home
last modified time | relevance | path

Searched refs:forw_bcast_list_lock (Results 1 – 3 of 3) sorted by relevance

/linux/net/batman-adv/
H A Dsend.c712 batadv_forw_packet_queue(forw_packet, &bat_priv->forw_bcast_list_lock, in batadv_forw_packet_bcast_queue()
1091 &bat_priv->forw_bcast_list_lock)) in batadv_send_outstanding_bcast_packet()
1121 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
1124 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
H A Dmain.c154 spin_lock_init(&bat_priv->forw_bcast_list_lock); in batadv_mesh_init()
H A Dtypes.h1724 /** @forw_bcast_list_lock: lock protecting forw_bcast_list */
1725 spinlock_t forw_bcast_list_lock; member