Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dmptcp.h90 void mptcp_write_options(__be32 *ptr, struct mptcp_out_options *opts);
/Linux-v5.10/net/mptcp/
Doptions.c978 void mptcp_write_options(__be32 *ptr, struct mptcp_out_options *opts) in mptcp_write_options() function
/Linux-v5.10/net/ipv4/
Dtcp_output.c452 mptcp_write_options(ptr, &opts->mptcp); in mptcp_options_write()