Home
last modified time | relevance | path

Searched refs:mptcp_prot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c2508 static struct proto mptcp_prot = { variable
2814 .prot = &mptcp_prot,
2821 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
2830 if (proto_register(&mptcp_prot, 1) != 0) in mptcp_proto_init()
2878 mptcp_v6_prot = mptcp_prot; in mptcp_proto_v6_init()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.c3798 static struct proto mptcp_prot = { variable
4042 .prot = &mptcp_prot,
4088 mptcp_prot.h.hashinfo = tcp_prot.h.hashinfo; in mptcp_proto_init()
4107 if (proto_register(&mptcp_prot, 1) != 0) in mptcp_proto_init()
4154 mptcp_v6_prot = mptcp_prot; in mptcp_proto_v6_init()

Completed in 12 milliseconds