sm.h (70f227d8846a8a9b1f36f71c42e11cc7c6e9408d) | sm.h (4cd57c8078fae0a4b1bf421191e94626d0cba92a) |
---|---|
1/* SCTP kernel reference Implementation 2 * (C) Copyright IBM Corp. 2001, 2004 3 * Copyright (c) 1999-2000 Cisco, Inc. 4 * Copyright (c) 1999-2001 Motorola, Inc. 5 * Copyright (c) 2001 Intel Corp. 6 * 7 * This file is part of the SCTP kernel reference Implementation 8 * --- 242 unchanged lines hidden (view full) --- 251 struct sctp_paramhdr **errp); 252struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, 253 struct sctp_chunk *asconf); 254int sctp_process_asconf_ack(struct sctp_association *asoc, 255 struct sctp_chunk *asconf_ack); 256struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc, 257 __u32 new_cum_tsn, size_t nstreams, 258 struct sctp_fwdtsn_skip *skiplist); | 1/* SCTP kernel reference Implementation 2 * (C) Copyright IBM Corp. 2001, 2004 3 * Copyright (c) 1999-2000 Cisco, Inc. 4 * Copyright (c) 1999-2001 Motorola, Inc. 5 * Copyright (c) 2001 Intel Corp. 6 * 7 * This file is part of the SCTP kernel reference Implementation 8 * --- 242 unchanged lines hidden (view full) --- 251 struct sctp_paramhdr **errp); 252struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, 253 struct sctp_chunk *asconf); 254int sctp_process_asconf_ack(struct sctp_association *asoc, 255 struct sctp_chunk *asconf_ack); 256struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc, 257 __u32 new_cum_tsn, size_t nstreams, 258 struct sctp_fwdtsn_skip *skiplist); |
259struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc); |
|
259 260void sctp_chunk_assign_tsn(struct sctp_chunk *); 261void sctp_chunk_assign_ssn(struct sctp_chunk *); 262 263/* Prototypes for statetable processing. */ 264 265int sctp_do_sm(sctp_event_t event_type, sctp_subtype_t subtype, 266 sctp_state_t state, --- 183 unchanged lines hidden --- | 260 261void sctp_chunk_assign_tsn(struct sctp_chunk *); 262void sctp_chunk_assign_ssn(struct sctp_chunk *); 263 264/* Prototypes for statetable processing. */ 265 266int sctp_do_sm(sctp_event_t event_type, sctp_subtype_t subtype, 267 sctp_state_t state, --- 183 unchanged lines hidden --- |