Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dtcp.c181 struct delayed_work tls_handshake_tmo_work; member
1600 cancel_delayed_work_sync(&queue->tls_handshake_tmo_work); in nvmet_tcp_release_queue_work()
1809 cancel_delayed_work_sync(&queue->tls_handshake_tmo_work); in nvmet_tcp_tls_handshake_done()
1820 struct nvmet_tcp_queue, tls_handshake_tmo_work); in nvmet_tcp_tls_handshake_timeout()
1863 queue_delayed_work(nvmet_wq, &queue->tls_handshake_tmo_work, in nvmet_tcp_tls_handshake()
1927 INIT_DELAYED_WORK(&queue->tls_handshake_tmo_work, in nvmet_tcp_alloc_queue()