Home
last modified time | relevance | path

Searched refs:tipc_conn_send_work (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dtopsrv.c114 static void tipc_conn_send_work(struct work_struct *work);
193 INIT_WORK(&con->swork, tipc_conn_send_work); in tipc_conn_alloc()
300 static void tipc_conn_send_work(struct work_struct *work) in tipc_conn_send_work() function
311 * The queued work is launched into tipc_conn_send_work()->tipc_conn_send_to_sock()
/kernel/linux/linux-6.6/net/tipc/
H A Dtopsrv.c115 static void tipc_conn_send_work(struct work_struct *work);
194 INIT_WORK(&con->swork, tipc_conn_send_work); in tipc_conn_alloc()
301 static void tipc_conn_send_work(struct work_struct *work) in tipc_conn_send_work() function
312 * The queued work is launched into tipc_conn_send_work()->tipc_conn_send_to_sock()

Completed in 2 milliseconds