Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dsend.c189 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in _add_bcast_packet_to_list()
191 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in _add_bcast_packet_to_list()
270 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in send_outstanding_bcast_packet()
272 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in send_outstanding_bcast_packet()
354 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in purge_outstanding_packets()
366 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in purge_outstanding_packets()
373 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in purge_outstanding_packets()
380 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in purge_outstanding_packets()
Dmain.c91 spin_lock_init(&bat_priv->forw_bcast_list_lock); in mesh_init()
Dtypes.h187 spinlock_t forw_bcast_list_lock; /* protects */ member