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 */
265 /* MPTCP connection sock */
332 struct sock *first; /* The mptcp ops can safely dereference, using suitable
367 /* MPTCP-specific: we might (indirectly) call this helper with the wrong sk */
494 /* MPTCP subflow context */
516 mp_capable : 1, /* remote is MPTCP capable */
603 /* Convert reset reasons in MPTCP to enum sk_rst_reason type */
624 * in MPTCP layer in sk_rst_convert_mptcp_reason()
770 /* mptcp doesn't have to deal with small skbs in the receive queue, in mptcp_epollin_ready()
789 /* can't send if JOIN hasn't completed yet (i.e. is usable for mptcp) */ in __mptcp_subflow_active()