Searched refs:sctp_cmd_seq (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | sm_statefuns.c | 73 struct sctp_cmd_seq *commands); 82 struct sctp_cmd_seq *commands, 90 struct sctp_cmd_seq *commands); 97 struct sctp_cmd_seq *commands); 104 struct sctp_cmd_seq *commands); 109 struct sctp_cmd_seq *commands, 119 struct sctp_cmd_seq *commands, 129 struct sctp_cmd_seq *commands); 137 struct sctp_cmd_seq *commands); 145 struct sctp_cmd_seq *commands); [all …]
|
D | sm_sideeffect.c | 62 struct sctp_cmd_seq *commands, 71 struct sctp_cmd_seq *commands, 154 struct sctp_cmd_seq *commands) in sctp_gen_sack() 529 static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands, in sctp_do_8_2_transport_strike() 601 static void sctp_cmd_init_failed(struct sctp_cmd_seq *commands, in sctp_cmd_init_failed() 624 static void sctp_cmd_assoc_failed(struct sctp_cmd_seq *commands, in sctp_cmd_assoc_failed() 669 static int sctp_cmd_process_init(struct sctp_cmd_seq *commands, in sctp_cmd_process_init() 691 static void sctp_cmd_hb_timers_start(struct sctp_cmd_seq *cmds, in sctp_cmd_hb_timers_start() 704 static void sctp_cmd_hb_timers_stop(struct sctp_cmd_seq *cmds, in sctp_cmd_hb_timers_stop() 719 static void sctp_cmd_t3_rtx_timers_stop(struct sctp_cmd_seq *cmds, in sctp_cmd_t3_rtx_timers_stop() [all …]
|
/Linux-v4.19/include/net/sctp/ |
D | command.h | 205 struct sctp_cmd_seq { struct 215 static inline int sctp_init_cmd_seq(struct sctp_cmd_seq *seq) in sctp_init_cmd_seq() argument 229 static inline void sctp_add_cmd_sf(struct sctp_cmd_seq *seq, in sctp_add_cmd_sf() 244 static inline struct sctp_cmd *sctp_next_cmd(struct sctp_cmd_seq *seq) in sctp_next_cmd()
|
D | sm.h | 74 struct sctp_cmd_seq *commands);
|