sctp_inq_set_th_handler
void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);
sctp_inq_set_th_handler(&asoc->base.inqueue, sctp_assoc_bh_rcv);
sctp_inq_set_th_handler(&ep->base.inqueue, sctp_endpoint_bh_rcv);