Searched refs:reasm_lock (Results 1 – 3 of 3) sorted by relevance
124 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()
269 spin_lock(&key->reasm_lock); in mctp_sk_unhash()274 spin_unlock(&key->reasm_lock); in mctp_sk_unhash()
120 spinlock_t reasm_lock; member