Searched refs:ext_copy (Results 1 – 2 of 2) sorted by relevance
575 opts->ext_copy = *mpext; in mptcp_established_options_dss()581 mptcp_write_data_fin(subflow, skb, &opts->ext_copy); in mptcp_established_options_dss()589 opts->ext_copy.use_ack = 0; in mptcp_established_options_dss()598 opts->ext_copy.data_ack = ack_seq; in mptcp_established_options_dss()599 opts->ext_copy.ack64 = 1; in mptcp_established_options_dss()602 opts->ext_copy.data_ack32 = (uint32_t)ack_seq; in mptcp_established_options_dss()603 opts->ext_copy.ack64 = 0; in mptcp_established_options_dss()605 opts->ext_copy.use_ack = 1; in mptcp_established_options_dss()1350 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
86 struct mptcp_ext ext_copy; member