Searched refs:ext_copy (Results 1 – 2 of 2) sorted by relevance
587 opts->ext_copy = *mpext; in mptcp_established_options_dss()593 mptcp_write_data_fin(subflow, skb, &opts->ext_copy); in mptcp_established_options_dss()601 opts->ext_copy.use_ack = 0; in mptcp_established_options_dss()610 opts->ext_copy.data_ack = ack_seq; in mptcp_established_options_dss()611 opts->ext_copy.ack64 = 1; in mptcp_established_options_dss()614 opts->ext_copy.data_ack32 = (uint32_t)ack_seq; in mptcp_established_options_dss()615 opts->ext_copy.ack64 = 0; in mptcp_established_options_dss()617 opts->ext_copy.use_ack = 1; in mptcp_established_options_dss()1285 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
82 struct mptcp_ext ext_copy; member