Searched refs:tcp_fastopen_ctx_lock (Results 1 – 3 of 3) sorted by relevance
58 spin_lock(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_fastopen_ctx_destroy()61 lockdep_is_held(&net->ipv4.tcp_fastopen_ctx_lock)); in tcp_fastopen_ctx_destroy()63 spin_unlock(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_fastopen_ctx_destroy()92 spin_lock(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_fastopen_reset_cipher()96 lockdep_is_held(&net->ipv4.tcp_fastopen_ctx_lock)); in tcp_fastopen_reset_cipher()100 lockdep_is_held(&net->ipv4.tcp_fastopen_ctx_lock)); in tcp_fastopen_reset_cipher()103 spin_unlock(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_fastopen_reset_cipher()
2920 spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_sk_init()
183 spinlock_t tcp_fastopen_ctx_lock; member