ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/net/sctp
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
net
sctp
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
auth.h
3.74 MB
chmod
View
DL
Edit
Rename
Delete
checksum.h
1.78 MB
chmod
View
DL
Edit
Rename
Delete
command.h
8.57 MB
chmod
View
DL
Edit
Rename
Delete
constants.h
13.8 MB
chmod
View
DL
Edit
Rename
Delete
sctp.h
20.27 MB
chmod
View
DL
Edit
Rename
Delete
sm.h
15.97 MB
chmod
View
DL
Edit
Rename
Delete
stream_interleave.h
1.62 MB
chmod
View
DL
Edit
Rename
Delete
stream_sched.h
2.34 MB
chmod
View
DL
Edit
Rename
Delete
structs.h
67.22 MB
chmod
View
DL
Edit
Rename
Delete
tsnmap.h
4.73 MB
chmod
View
DL
Edit
Rename
Delete
ulpevent.h
5.47 MB
chmod
View
DL
Edit
Rename
Delete
ulpqueue.h
2.23 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/net/sctp/stream_interleave.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* SCTP kernel implementation * (C) Copyright Red Hat Inc. 2017 * * These are definitions used by the stream schedulers, defined in RFC * draft ndata (https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-11) * * Please send any bug reports or fixes you make to the * email addresses: * lksctp developers <linux-sctp@vger.kernel.org> * * Written or modified by: * Xin Long <lucien.xin@gmail.com> */ #ifndef __sctp_stream_interleave_h__ #define __sctp_stream_interleave_h__ struct sctp_stream_interleave { __u16 data_chunk_len; __u16 ftsn_chunk_len; /* (I-)DATA process */ struct sctp_chunk *(*make_datafrag)(const struct sctp_association *asoc, const struct sctp_sndrcvinfo *sinfo, int len, __u8 flags, gfp_t gfp); void (*assign_number)(struct sctp_chunk *chunk); bool (*validate_data)(struct sctp_chunk *chunk); int (*ulpevent_data)(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, gfp_t gfp); int (*enqueue_event)(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event); void (*renege_events)(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, gfp_t gfp); void (*start_pd)(struct sctp_ulpq *ulpq, gfp_t gfp); void (*abort_pd)(struct sctp_ulpq *ulpq, gfp_t gfp); /* (I-)FORWARD-TSN process */ void (*generate_ftsn)(struct sctp_outq *q, __u32 ctsn); bool (*validate_ftsn)(struct sctp_chunk *chunk); void (*report_ftsn)(struct sctp_ulpq *ulpq, __u32 ftsn); void (*handle_ftsn)(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk); }; void sctp_stream_interleave_init(struct sctp_stream *stream); #endif /* __sctp_stream_interleave_h__ */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply