#include <linux/types.h>
#include <linux/list.h>
#include <linux/socket.h>
#include <linux/ip.h>
#include <linux/time.h>
#include <linux/gfp.h>
#include <net/sock.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
Go to the source code of this file.
#define DECLARE_PRIMITIVE |
( |
|
name | ) |
|
Value: \
subtype = SCTP_ST_PRIMITIVE(SCTP_PRIMITIVE_ ##
name);
\
ep = asoc ? asoc->
ep :
NULL; \
\
error =
sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
}
Definition at line 58 of file primitive.c.
DECLARE_PRIMITIVE |
( |
ABORT |
| ) |
|
DECLARE_PRIMITIVE |
( |
SEND |
| ) |
|
DECLARE_PRIMITIVE |
( |
REQUESTHEARTBEAT |
| ) |
|
DECLARE_PRIMITIVE |
( |
ASCONF |
| ) |
|