Home
last modified time | relevance | path

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

/linux-6.12.1/net/smc/
Dsmc.h302 struct work_struct tcp_listen_work;/* handle tcp socket accepts */ member
Dsmc_close.c227 flush_work(&smc->tcp_listen_work); in smc_close_active()
Daf_smc.c374 INIT_WORK(&smc->tcp_listen_work, smc_tcp_listen_work); in smc_sk_init()
2559 tcp_listen_work); in smc_tcp_listen_work()
2602 if (!queue_work(smc_tcp_ls_wq, &lsmc->tcp_listen_work)) in smc_clcsock_data_ready()