Lines Matching defs:subflow
93 /* If the subflow is closed from the other peer (not via a
94 * subflow destroy command then), we want to keep the entry
96 * able to send RM_ADDR after the removal of the subflow.
249 struct mptcp_subflow_context *subflow;
255 mptcp_for_each_subflow(msk, subflow) {
256 if (READ_ONCE(subflow->local_id) == 0) {
283 /* only delete if either announced or matching a subflow */
434 struct mptcp_subflow_context *subflow;
439 mptcp_for_each_subflow(msk, subflow) {
443 ssk = mptcp_subflow_tcp_sock(subflow);
536 GENL_SET_ERR_MSG(info, "subflow not found");
614 GENL_SET_ERR_MSG(info, "subflow not found");