Searched refs:mptcp_v6_prot (Results 1 – 1 of 1) sorted by relevance
3604 static struct proto mptcp_v6_prot; variable3609 .prot = &mptcp_v6_prot,3618 mptcp_v6_prot = mptcp_prot; in mptcp_proto_v6_init()3619 strcpy(mptcp_v6_prot.name, "MPTCPv6"); in mptcp_proto_v6_init()3620 mptcp_v6_prot.slab = NULL; in mptcp_proto_v6_init()3621 mptcp_v6_prot.obj_size = sizeof(struct mptcp6_sock); in mptcp_proto_v6_init()3623 err = proto_register(&mptcp_v6_prot, 1); in mptcp_proto_v6_init()3629 proto_unregister(&mptcp_v6_prot); in mptcp_proto_v6_init()