Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/bonding/
Dbond_main.c458 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
460 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa()
482 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
487 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
491 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
499 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_add_sa_all()
539 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
547 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa()
564 spin_lock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
580 spin_unlock_bh(&bond->ipsec_lock); in bond_ipsec_del_sa_all()
[all …]
/Linux-v5.15/include/net/
Dbonding.h255 spinlock_t ipsec_lock; member