Home
last modified time | relevance | path

Searched refs:mptcp_out_options (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dmptcp.h63 struct mptcp_out_options { struct
149 unsigned int *size, struct mptcp_out_options *opts);
151 struct mptcp_out_options *opts);
154 struct mptcp_out_options *opts);
158 struct mptcp_out_options *opts);
257 struct mptcp_out_options *opts) in mptcp_syn_options()
264 struct mptcp_out_options *opts) in mptcp_synack_options()
273 struct mptcp_out_options *opts) in mptcp_established_options()
/linux/net/mptcp/
H A Doptions.c402 unsigned int *size, struct mptcp_out_options *opts) in mptcp_syn_options()
452 struct mptcp_out_options *opts) in mptcp_established_options_mp()
565 struct mptcp_out_options *opts) in mptcp_established_options_dss()
657 struct mptcp_out_options *opts) in mptcp_established_options_add_addr()
721 struct mptcp_out_options *opts) in mptcp_established_options_rm_addr()
751 struct mptcp_out_options *opts) in mptcp_established_options_mp_prio()
777 struct mptcp_out_options *opts) in mptcp_established_options_rst()
796 struct mptcp_out_options *opts) in mptcp_established_options_fastclose()
819 struct mptcp_out_options *opts) in mptcp_established_options_mp_fail()
841 struct mptcp_out_options *opt in mptcp_established_options()
[all...]
/linux/net/ipv4/
H A Dtcp_output.c448 struct mptcp_out_options mptcp; in mptcp_options_write()