Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dsend.c425 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in _batadv_add_bcast_packet_to_list()
427 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in _batadv_add_bcast_packet_to_list()
515 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_send_outstanding_bcast_packet()
517 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_send_outstanding_bcast_packet()
612 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
623 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
629 spin_lock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
639 spin_unlock_bh(&bat_priv->forw_bcast_list_lock); in batadv_purge_outstanding_packets()
Dtypes.h816 spinlock_t forw_bcast_list_lock; /* protects forw_bcast_list */ member
Dmain.c129 spin_lock_init(&bat_priv->forw_bcast_list_lock); in batadv_mesh_init()