Lines Matching defs:mptcp_pm_data
160093 struct mptcp_pm_data { struct
160094 struct mptcp_addr_info local;
160095 struct mptcp_addr_info remote;
160096 struct list_head anno_list;
160097 spinlock_t lock;
160098 u8 addr_signal;
160099 bool server_side;
160100 bool work_pending;
160101 bool accept_addr;
160102 bool accept_subflow;
160103 bool remote_deny_join_id0;
160104 u8 add_addr_signaled;
160105 u8 add_addr_accepted;
160106 u8 local_addr_used;
160107 u8 subflows;
160108 u8 status;
160109 struct mptcp_rm_list rm_list_tx;
160110 struct mptcp_rm_list rm_list_rx;