Searched refs:tcp_listen_work (Results 1 – 2 of 2) sorted by relevance
177 struct work_struct tcp_listen_work;/* handle tcp socket accepts */ member
187 INIT_WORK(&smc->tcp_listen_work, smc_tcp_listen_work); in smc_sock_alloc()929 tcp_listen_work); in smc_tcp_listen_work()983 INIT_WORK(&smc->tcp_listen_work, smc_tcp_listen_work); in smc_listen()984 schedule_work(&smc->tcp_listen_work); in smc_listen()