Home
last modified time | relevance | path

Searched refs:ipsec_lock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c423 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
425 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
447 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
452 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
456 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
464 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
504 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
512 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
529 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
545 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
[all …]
/kernel/linux/linux-5.10/include/net/
Dbonding.h257 spinlock_t ipsec_lock; member