Searched refs:mptcp_write_options (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | mptcp.h | 88 void mptcp_write_options(__be32 *ptr, struct mptcp_out_options *opts);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mptcp.h | 148 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | options.c | 420 /* we will check ext_copy.data_len in mptcp_write_options() to in mptcp_established_options_mp() 981 void mptcp_write_options(__be32 *ptr, struct mptcp_out_options *opts) in mptcp_write_options() function
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | options.c | 473 /* we will check ops->data_len in mptcp_write_options() to in mptcp_established_options_mp() 1344 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, in mptcp_write_options() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 451 mptcp_write_options(ptr, &opts->mptcp); in mptcp_options_write()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_output.c | 460 mptcp_write_options(th, ptr, tp, &opts->mptcp); in mptcp_options_write()
|
Completed in 24 milliseconds