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()96 spin_lock(&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()104 lockdep_is_held(&net->ipv4.tcp_fastopen_ctx_lock)); in tcp_fastopen_reset_cipher()107 spin_unlock(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_fastopen_reset_cipher()
2597 spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_sk_init()
171 spinlock_t tcp_fastopen_ctx_lock; member