Lines Matching full:mptcp
13 #include <uapi/linux/mptcp.h>
19 /* MPTCP option bits */
41 /* MPTCP option subtypes */
52 /* MPTCP suboption lengths */
85 /* MPTCP MP_JOIN flags */
89 /* MPTCP MP_CAPABLE flags */
97 /* MPTCP DSS flags */
105 /* MPTCP ADD_ADDR flags */
108 /* MPTCP MP_PRIO flags */
111 /* MPTCP TCPRST flags */
114 /* MPTCP socket atomic flags */
119 /* MPTCP socket release cb flags */
272 /* MPTCP connection sock */
336 struct sock *first; /* The mptcp ops can safely dereference, using suitable
373 /* MPTCP-specific: we might (indirectly) call this helper with the wrong sk */
493 /* MPTCP subflow context */
515 mp_capable : 1, /* remote is MPTCP capable */
602 /* Convert reset reasons in MPTCP to enum sk_rst_reason type */
623 * in MPTCP layer in sk_rst_convert_mptcp_reason()
772 /* mptcp doesn't have to deal with small skbs in the receive queue, in mptcp_epollin_ready()
791 /* can't send if JOIN hasn't completed yet (i.e. is usable for mptcp) */ in __mptcp_subflow_active()