Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.c1102 /* Get a reference on this socket, mptcp_worker() will release it. in mptcp_schedule_work()
1103 * As mptcp_worker() might complete before us, we can not avoid in mptcp_schedule_work()
2674 /* ensure later check in mptcp_worker() will dispose the msk */ in __mptcp_close_ssk()
2846 /* the calling mptcp_worker will properly destroy the socket */ in mptcp_check_fastclose()
3118 static void mptcp_worker(struct work_struct *work)
3177 INIT_WORK(&msk->work, mptcp_worker); in __mptcp_init_sock()
3119 static void mptcp_worker(struct work_struct *work) mptcp_worker() function