sctp_inq 78 include/net/sctp/structs.h struct sctp_inq; sctp_inq 986 include/net/sctp/structs.h void sctp_inq_init(struct sctp_inq *); sctp_inq 987 include/net/sctp/structs.h void sctp_inq_free(struct sctp_inq *); sctp_inq 988 include/net/sctp/structs.h void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet); sctp_inq 989 include/net/sctp/structs.h struct sctp_chunk *sctp_inq_pop(struct sctp_inq *); sctp_inq 990 include/net/sctp/structs.h struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *); sctp_inq 991 include/net/sctp/structs.h void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t); sctp_inq 1164 include/net/sctp/structs.h struct sctp_inq inqueue;