Lines Matching full:mptcp
7 #define pr_fmt(fmt) "MPTCP: " fmt
22 #include <net/mptcp.h>
27 #include <trace/events/mptcp.h>
142 /* Init mptcp request socket.
159 /* no MPTCP if MD5SIG is enabled on this socket or we may run out of in subflow_check_req()
611 /* It looks like MPTCP is blocked, while TCP is not */ in subflow_finish_connect()
840 * which may not carry the MP_CAPABLE opt even on mptcp enabled in subflow_syn_recv_sock()
869 * to reset the context to non MPTCP status. in subflow_syn_recv_sock()
1288 /* sched mptcp worker for subflow cleanup if no more data is pending */
1469 /* If ssk has an mptcp parent socket, use the mptcp rcvbuf occupancy,
1472 * In mptcp, rwin is about the mptcp-level connection data.
1475 * as far as mptcp peer is concerned that data is still inflight.
1476 * DSS ACK is updated when skb is moved to the mptcp rx queue.
1808 err = tcp_set_ulp(sf->sk, "mptcp"); in mptcp_subflow_create_socket()
1815 /* the newly created socket really belongs to the owning MPTCP in mptcp_subflow_create_socket()
2062 /* see comments in subflow_syn_recv_sock(), MPTCP connection in subflow_ulp_clone()
2119 .name = "mptcp",
2148 panic("MPTCP: failed to init subflow v4 request sock ops\n"); in mptcp_subflow_init()
2171 panic("MPTCP: failed to register subflows to ULP\n"); in mptcp_subflow_init()
2189 panic("MPTCP: failed to init subflow v6 request sock ops\n"); in mptcp_subflow_v6_init()