Searched refs:ext_copy (Results 1 – 2 of 2) sorted by relevance
575 opts->ext_copy = *mpext; in mptcp_established_options_dss()580 mptcp_write_data_fin(subflow, skb, &opts->ext_copy); in mptcp_established_options_dss()588 opts->ext_copy.use_ack = 0; in mptcp_established_options_dss()597 opts->ext_copy.data_ack = ack_seq; in mptcp_established_options_dss()598 opts->ext_copy.ack64 = 1; in mptcp_established_options_dss()601 opts->ext_copy.data_ack32 = (uint32_t)ack_seq; in mptcp_established_options_dss()602 opts->ext_copy.ack64 = 0; in mptcp_established_options_dss()604 opts->ext_copy.use_ack = 1; in mptcp_established_options_dss()1382 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
87 struct mptcp_ext ext_copy; member