Home
last modified time | relevance | path

Searched refs:ext_copy (Results 1 – 2 of 2) sorted by relevance

/linux/net/mptcp/
H A Doptions.c637 memset(&opts->ext_copy.flags, 0, sizeof(opts->ext_copy.flags)); in mptcp_established_options_dss()
648 opts->ext_copy = *mpext; in mptcp_established_options_dss()
653 mptcp_write_data_fin(subflow, skb, &opts->ext_copy); in mptcp_established_options_dss()
668 opts->ext_copy.ack64 = 1; in mptcp_established_options_dss()
671 opts->ext_copy.ack64 = 0; in mptcp_established_options_dss()
673 opts->ext_copy.use_ack = 1; in mptcp_established_options_dss()
1499 struct mptcp_ext *mpext = &opts->ext_copy; in mptcp_write_options()
/linux/include/net/
H A Dmptcp.h87 struct mptcp_ext ext_copy; member