Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/net.h>
#include <linux/inet.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
#include <net/sock.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
SCTP_STATIC struct sctp_datamsg * | sctp_datamsg_new (gfp_t gfp) |
void | sctp_datamsg_free (struct sctp_datamsg *msg) |
void | sctp_datamsg_put (struct sctp_datamsg *msg) |
struct sctp_datamsg * | sctp_datamsg_from_user (struct sctp_association *asoc, struct sctp_sndrcvinfo *sinfo, struct msghdr *msgh, int msg_len) |
int | sctp_chunk_abandoned (struct sctp_chunk *chunk) |
void | sctp_chunk_fail (struct sctp_chunk *chunk, int error) |
int sctp_chunk_abandoned | ( | struct sctp_chunk * | chunk | ) |
void sctp_chunk_fail | ( | struct sctp_chunk * | chunk, |
int | error | ||
) |
void sctp_datamsg_free | ( | struct sctp_datamsg * | msg | ) |
|
read |
|
read |
void sctp_datamsg_put | ( | struct sctp_datamsg * | msg | ) |