Lines Matching full:mptcp
7 #define pr_fmt(fmt) "MPTCP: " fmt
23 #include <net/mptcp.h>
24 #include <uapi/linux/mptcp.h>
28 #include <trace/events/mptcp.h>
134 /* Init mptcp request socket.
151 /* no MPTCP if MD5SIG is enabled on this socket or we may run out of in subflow_check_req()
797 * which may not carry the MP_CAPABLE opt even on mptcp enabled in subflow_syn_recv_sock()
830 * to reset the context to non MPTCP status. in subflow_syn_recv_sock()
1207 /* sched mptcp worker to remove the subflow if no more data is pending */
1372 /* If ssk has an mptcp parent socket, use the mptcp rcvbuf occupancy,
1375 * In mptcp, rwin is about the mptcp-level connection data.
1378 * as far as mptcp peer is concerned that data is still inflight.
1379 * DSS ACK is updated when skb is moved to the mptcp rx queue.
1684 err = tcp_set_ulp(sf->sk, "mptcp"); in mptcp_subflow_create_socket()
1691 /* the newly created socket really belongs to the owning MPTCP master in mptcp_subflow_create_socket()
1960 /* see comments in subflow_syn_recv_sock(), MPTCP connection in subflow_ulp_clone()
2016 .name = "mptcp",
2045 panic("MPTCP: failed to init subflow v4 request sock ops\n"); in mptcp_subflow_init()
2074 panic("MPTCP: failed to init subflow v6 request sock ops\n"); in mptcp_subflow_init()
2101 panic("MPTCP: failed to register subflows to ULP\n"); in mptcp_subflow_init()