Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dsend.c407 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in _batadv_add_bcast_packet_to_list()
409 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in _batadv_add_bcast_packet_to_list()
497 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_send_outstanding_bcast_packet()
499 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_send_outstanding_bcast_packet()
594 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
604 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
610 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
617 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
Dtypes.h801 spinlock_t forw_bcast_list_lock; /* protects forw_bcast_list */ member
Dmain.c106 spin_lock_init(&bat_priv->forw_bcast_list_lock); in batadv_mesh_init()