Home
last modified time | relevance | path

Searched refs:sctp_cmd_seq_t (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/sctp/
Dcommand.c46 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq) in sctp_init_cmd_seq()
48 memset(seq, 0, sizeof(sctp_cmd_seq_t)); in sctp_init_cmd_seq()
55 void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) in sctp_add_cmd_sf()
66 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq) in sctp_next_cmd()
Dsm_statefuns.c76 sctp_cmd_seq_t *commands);
82 sctp_cmd_seq_t *commands,
88 sctp_cmd_seq_t *commands);
93 sctp_cmd_seq_t *commands);
98 sctp_cmd_seq_t *commands);
101 static sctp_disposition_t sctp_stop_t1_and_abort(sctp_cmd_seq_t *commands,
110 sctp_cmd_seq_t *commands,
119 sctp_cmd_seq_t *commands);
126 sctp_cmd_seq_t *commands);
133 sctp_cmd_seq_t *commands);
[all …]
Dsm_sideeffect.c68 sctp_cmd_seq_t *commands,
76 sctp_cmd_seq_t *commands,
159 sctp_cmd_seq_t *commands) in sctp_gen_sack()
525 static void sctp_cmd_init_failed(sctp_cmd_seq_t *commands, in sctp_cmd_init_failed()
548 static void sctp_cmd_assoc_failed(sctp_cmd_seq_t *commands, in sctp_cmd_assoc_failed()
585 static int sctp_cmd_process_init(sctp_cmd_seq_t *commands, in sctp_cmd_process_init()
608 static void sctp_cmd_hb_timers_start(sctp_cmd_seq_t *cmds, in sctp_cmd_hb_timers_start()
624 static void sctp_cmd_hb_timers_stop(sctp_cmd_seq_t *cmds, in sctp_cmd_hb_timers_stop()
639 static void sctp_cmd_t3_rtx_timers_stop(sctp_cmd_seq_t *cmds, in sctp_cmd_t3_rtx_timers_stop()
655 static void sctp_cmd_hb_timer_update(sctp_cmd_seq_t *cmds, in sctp_cmd_hb_timer_update()
[all …]
Dprobe.c129 sctp_cmd_seq_t *commands) in jsctp_sf_eat_sack()
/linux-2.6.39/include/net/sctp/
Dcommand.h202 } sctp_cmd_seq_t; typedef
208 int sctp_init_cmd_seq(sctp_cmd_seq_t *seq);
215 void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj);
220 sctp_cmd_t *sctp_next_cmd(sctp_cmd_seq_t *seq);
Dsm.h84 sctp_cmd_seq_t *);