Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_fastopen.c72 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher() local
95 octx = rcu_dereference_protected(q->ctx, in tcp_fastopen_reset_cipher()
99 octx = rcu_dereference_protected(net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
105 if (octx) in tcp_fastopen_reset_cipher()
106 call_rcu(&octx->rcu, tcp_fastopen_ctx_free); in tcp_fastopen_reset_cipher()