Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2864 static struct proto mptcp_v6_prot; variable
2875 .prot = &mptcp_v6_prot,
2884 mptcp_v6_prot = mptcp_prot; in mptcp_proto_v6_init()
2885 strcpy(mptcp_v6_prot.name, "MPTCPv6"); in mptcp_proto_v6_init()
2886 mptcp_v6_prot.slab = NULL; in mptcp_proto_v6_init()
2887 mptcp_v6_prot.destroy = mptcp_v6_destroy; in mptcp_proto_v6_init()
2888 mptcp_v6_prot.obj_size = sizeof(struct mptcp6_sock); in mptcp_proto_v6_init()
2890 err = proto_register(&mptcp_v6_prot, 1); in mptcp_proto_v6_init()
2896 proto_unregister(&mptcp_v6_prot); in mptcp_proto_v6_init()