Home
last modified time | relevance | path

Searched refs:tcp_fastopen_ctx_lock (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c58 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()
Dtcp_ipv4.c2597 spin_lock_init(&net->ipv4.tcp_fastopen_ctx_lock); in tcp_sk_init()
/Linux-v4.19/include/net/netns/
Dipv4.h171 spinlock_t tcp_fastopen_ctx_lock; member