Linux Kernel
3.7.1
|
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
void | sctp_inq_init (struct sctp_inq *queue) |
void | sctp_inq_free (struct sctp_inq *queue) |
void | sctp_inq_push (struct sctp_inq *q, struct sctp_chunk *chunk) |
struct sctp_chunkhdr * | sctp_inq_peek (struct sctp_inq *queue) |
struct sctp_chunk * | sctp_inq_pop (struct sctp_inq *queue) |
void | sctp_inq_set_th_handler (struct sctp_inq *q, work_func_t callback) |
|
read |
|
read |
void sctp_inq_push | ( | struct sctp_inq * | q, |
struct sctp_chunk * | chunk | ||
) |