ulpevent.h (4b7740324ed86aa4b02cef134da4b79078294d72) ulpevent.h (b6e6b5f1da7e8d092f86a4351802c27c0170c5a5)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* SCTP kernel implementation
3 * (C) Copyright IBM Corp. 2001, 2004
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001 Intel Corp.
7 * Copyright (c) 2001 Nokia, Inc.
8 * Copyright (c) 2001 La Monte H.P. Yarroll

--- 81 unchanged lines hidden (view full) ---

90 gfp_t gfp);
91struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
92 const struct sctp_association *asoc,
93 struct sctp_chunk *chunk,
94 __u16 flags,
95 __u32 error,
96 gfp_t gfp);
97
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* SCTP kernel implementation
3 * (C) Copyright IBM Corp. 2001, 2004
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001 Intel Corp.
7 * Copyright (c) 2001 Nokia, Inc.
8 * Copyright (c) 2001 La Monte H.P. Yarroll

--- 81 unchanged lines hidden (view full) ---

90 gfp_t gfp);
91struct sctp_ulpevent *sctp_ulpevent_make_send_failed(
92 const struct sctp_association *asoc,
93 struct sctp_chunk *chunk,
94 __u16 flags,
95 __u32 error,
96 gfp_t gfp);
97
98struct sctp_ulpevent *sctp_ulpevent_make_send_failed_event(
99 const struct sctp_association *asoc,
100 struct sctp_chunk *chunk,
101 __u16 flags,
102 __u32 error,
103 gfp_t gfp);
104
98struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event(
99 const struct sctp_association *asoc,
100 __u16 flags,
101 gfp_t gfp);
102
103struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
104 const struct sctp_association *asoc,
105 __u32 indication, __u32 sid, __u32 seq,

--- 77 unchanged lines hidden ---
105struct sctp_ulpevent *sctp_ulpevent_make_shutdown_event(
106 const struct sctp_association *asoc,
107 __u16 flags,
108 gfp_t gfp);
109
110struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
111 const struct sctp_association *asoc,
112 __u32 indication, __u32 sid, __u32 seq,

--- 77 unchanged lines hidden ---