sctp_ctlinput
IPPROTO_REGISTER(IPPROTO_SCTP, sctp_input, sctp_ctlinput);
error = ipproto_register(IPPROTO_SCTP, sctp_input, sctp_ctlinput);
ipproto_ctlinput_t sctp_ctlinput;