Lines Matching defs:mptcp_subflow_context
291 struct mptcp_subflow_context { struct
292 struct list_head node;/* conn_list of subflows */
293 u64 local_key;
294 u64 remote_key;
295 u64 idsn;
296 u64 map_seq;
297 u32 snd_isn;
298 u32 token;
299 u32 rel_write_seq;
300 u32 map_subflow_seq;
301 u32 ssn_offset;
302 u32 map_data_len;
303 u32 request_mptcp : 1, /* send MP_CAPABLE */
304 request_join : 1, /* send MP_JOIN */
305 request_bkup : 1,
306 mp_capable : 1, /* remote is MPTCP capable */
307 mp_join : 1, /* remote is JOINing */
308 fully_established : 1, /* path validated */
309 pm_notified : 1, /* PM hook called for established status */
310 conn_finished : 1,
311 map_valid : 1,
335 static inline struct mptcp_subflow_context * argument