Lines Matching full:mptcp
13 #include <uapi/linux/mptcp.h>
20 /* MPTCP option bits */
42 /* MPTCP option subtypes */
53 /* MPTCP suboption lengths */
86 /* MPTCP MP_JOIN flags */
90 /* MPTCP MP_CAPABLE flags */
98 /* MPTCP DSS flags */
106 /* MPTCP ADD_ADDR flags */
109 /* MPTCP MP_PRIO flags */
112 /* MPTCP TCPRST flags */
115 /* MPTCP socket atomic flags */
121 /* MPTCP socket release cb flags */
259 /* MPTCP connection sock */
317 struct sock *first; /* The mptcp ops can safely dereference, using suitable
455 /* MPTCP subflow context */
477 mp_capable : 1, /* remote is MPTCP capable */
680 /* mptcp doesn't have to deal with small skbs in the receive queue, in mptcp_epollin_ready()
699 /* can't send if JOIN hasn't completed yet (i.e. is usable for mptcp) */ in __mptcp_subflow_active()