sm.h (ad05a7a05ede28ba6dd935d9e932264a22518b1f) | sm.h (0c3f6f655487d12c7a0c16914c98c599043e88d3) |
---|---|
1/* SCTP kernel 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 implementation 8 * --- 185 unchanged lines hidden (view full) --- 194 const struct sctp_chunk *chunk); 195struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, 196 const struct sctp_chunk *chunk); 197struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, 198 const __u32 lowest_tsn, 199 const struct sctp_chunk *chunk); 200struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc, 201 __u8 flags, int paylen, gfp_t gfp); | 1/* SCTP kernel 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 implementation 8 * --- 185 unchanged lines hidden (view full) --- 194 const struct sctp_chunk *chunk); 195struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, 196 const struct sctp_chunk *chunk); 197struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, 198 const __u32 lowest_tsn, 199 const struct sctp_chunk *chunk); 200struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc, 201 __u8 flags, int paylen, gfp_t gfp); |
202struct sctp_chunk *sctp_make_datafrag_empty(struct sctp_association *asoc, | 202struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc, |
203 const struct sctp_sndrcvinfo *sinfo, | 203 const struct sctp_sndrcvinfo *sinfo, |
204 int len, const __u8 flags, 205 __u16 ssn, gfp_t gfp); | 204 int len, __u8 flags, gfp_t gfp); |
206struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, 207 const __u32 lowest_tsn); 208struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc); 209struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc, 210 const struct sctp_chunk *chunk); 211struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc, 212 const struct sctp_chunk *chunk); 213struct sctp_chunk *sctp_make_shutdown_complete( --- 217 unchanged lines hidden --- | 205struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, 206 const __u32 lowest_tsn); 207struct sctp_chunk *sctp_make_sack(const struct sctp_association *asoc); 208struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc, 209 const struct sctp_chunk *chunk); 210struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc, 211 const struct sctp_chunk *chunk); 212struct sctp_chunk *sctp_make_shutdown_complete( --- 217 unchanged lines hidden --- |