Home
last modified time | relevance | path

Searched refs:mptcp (Results 1 – 4 of 4) sorted by relevance

/net/mptcp/
DMakefile2 obj-$(CONFIG_MPTCP) += mptcp.o
4 mptcp-y := protocol.o subflow.o options.o token.o crypto.o ctrl.o pm.o diag.o \
/net/
DMakefile79 obj-$(CONFIG_MPTCP) += mptcp/
DKconfig97 source "net/mptcp/Kconfig"
/net/ipv4/
Dtcp_output.c442 struct mptcp_out_options mptcp; member
450 mptcp_write_options(ptr, tp, &opts->mptcp); in mptcp_options_write()
745 if (mptcp_synack_options(req, &size, &opts->mptcp)) { in mptcp_set_option_cond()
826 if (mptcp_syn_options(sk, skb, &size, &opts->mptcp)) { in tcp_syn_options()
951 &opts->mptcp)) { in tcp_established_options()