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()
498 unsigned long next_expiry, flags, fl2; in mctp_sk_expire_keys() local
512 spin_lock_irqsave(&key->lock, fl2); in mctp_sk_expire_keys()
514 __mctp_key_remove(key, net, fl2, in mctp_sk_expire_keys()
526 spin_unlock_irqrestore(&key->lock, fl2); in mctp_sk_expire_keys()
564 unsigned long flags, fl2; in mctp_sk_unhash() local
576 spin_lock_irqsave(&key->lock, fl2); in mctp_sk_unhash()
577 __mctp_key_remove(key, net, fl2, MCTP_TRACE_KEY_CLOSED); in mctp_sk_unhash()