Lines Matching refs:fl2
377 unsigned long fl2; in mctp_ioctl_alloctag() local
384 spin_lock_irqsave(&key->lock, fl2); in mctp_ioctl_alloctag()
385 __mctp_key_remove(key, net, fl2, MCTP_TRACE_KEY_DROPPED); in mctp_ioctl_alloctag()
399 unsigned long flags, fl2; in mctp_ioctl_droptag() local
423 spin_lock_irqsave(&key->lock, fl2); in mctp_ioctl_droptag()
427 __mctp_key_remove(key, net, fl2, in mctp_ioctl_droptag()
431 spin_unlock_irqrestore(&key->lock, fl2); in mctp_ioctl_droptag()
499 unsigned long next_expiry, flags, fl2; in mctp_sk_expire_keys() local
513 spin_lock_irqsave(&key->lock, fl2); in mctp_sk_expire_keys()
515 __mctp_key_remove(key, net, fl2, in mctp_sk_expire_keys()
527 spin_unlock_irqrestore(&key->lock, fl2); in mctp_sk_expire_keys()
568 unsigned long flags, fl2; in mctp_sk_unhash() local
580 spin_lock_irqsave(&key->lock, fl2); in mctp_sk_unhash()
581 __mctp_key_remove(key, net, fl2, MCTP_TRACE_KEY_CLOSED); in mctp_sk_unhash()