Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/bonding/
Dbond_main.c461 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
463 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
485 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
490 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
494 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
502 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
542 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
550 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
567 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
583 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
[all …]
/linux-6.1.9/include/net/
Dbonding.h264 spinlock_t ipsec_lock; member