Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/bonding/
Dbond_main.c465 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
467 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
489 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
494 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
498 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
506 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
546 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
554 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
571 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
587 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
[all …]
/Linux-v6.6/include/net/
Dbonding.h261 spinlock_t ipsec_lock; member