Searched refs:sctp_inq (Results 1 – 1 of 1) sorted by relevance
80 struct sctp_inq;989 struct sctp_inq { struct1005 void sctp_inq_init(struct sctp_inq *); argument1006 void sctp_inq_free(struct sctp_inq *);1007 void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet);1008 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *);1009 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *);1010 void sctp_inq_set_th_handler(struct sctp_inq *, work_func_t);1206 struct sctp_inq inqueue;