Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dmptcp.h148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
/Linux-v6.6/net/mptcp/
Doptions.c1342 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, in mptcp_write_options() function
/Linux-v6.6/net/ipv4/
Dtcp_output.c460 mptcp_write_options(th, ptr, tp, &opts->mptcp); in mptcp_options_write()