sctp6_ctlinput
error = ip6proto_register(IPPROTO_SCTP, sctp6_input, sctp6_ctlinput);
IP6PROTO_REGISTER(IPPROTO_SCTP, sctp6_input, sctp6_ctlinput);
ip6proto_ctlinput_t sctp6_ctlinput;