Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dmptcp.h148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
/openbmc/linux/net/mptcp/
H A Doptions.c1344 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, in mptcp_write_options() function
/openbmc/linux/net/ipv4/
H A Dtcp_output.c460 mptcp_write_options(th, ptr, tp, &opts->mptcp); in mptcp_options_write()