Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
command.c File Reference
#include <linux/types.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>

Go to the source code of this file.

Functions

int sctp_init_cmd_seq (sctp_cmd_seq_t *seq)
 
void sctp_add_cmd_sf (sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj)
 
sctp_cmd_tsctp_next_cmd (sctp_cmd_seq_t *seq)
 

Function Documentation

void sctp_add_cmd_sf ( sctp_cmd_seq_t seq,
sctp_verb_t  verb,
sctp_arg_t  obj 
)

Definition at line 55 of file command.c.

int sctp_init_cmd_seq ( sctp_cmd_seq_t seq)

Definition at line 46 of file command.c.

sctp_cmd_t* sctp_next_cmd ( sctp_cmd_seq_t seq)

Definition at line 66 of file command.c.