Home
last modified time | relevance | path

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

/Linux-v5.15/net/mctp/
Droute.c124 spin_lock_init(&key->reasm_lock); in mctp_key_alloc()
161 __releases(&key->reasm_lock) in __mctp_key_unlock_drop()
168 spin_unlock_irqrestore(&key->reasm_lock, flags); in __mctp_key_unlock_drop()
285 spin_lock_irqsave(&key->reasm_lock, f); in mctp_route_input()
323 spin_lock_irqsave(&key->reasm_lock, f); in mctp_route_input()
331 spin_unlock_irqrestore(&key->reasm_lock, f); in mctp_route_input()
340 spin_lock_irqsave(&key->reasm_lock, f); in mctp_route_input()
356 spin_unlock_irqrestore(&key->reasm_lock, f); in mctp_route_input()
Daf_mctp.c269 spin_lock(&key->reasm_lock); in mctp_sk_unhash()
274 spin_unlock(&key->reasm_lock); in mctp_sk_unhash()
/Linux-v5.15/include/net/
Dmctp.h120 spinlock_t reasm_lock; member