Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
tools/lib/bpf/ringbuf.c927cbb478a("libbpf: Handle size overflow for ringbuf mmap")b486d19a0a("libbpf: checkpatch: Fixed code alignments in ringbuf.c") https://lore.kernel.org/all/20221121122707.44d1446a@canb.auug.org.au/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -26,6 +26,8 @@ struct sctp_sched_ops {
|
||||
int (*init)(struct sctp_stream *stream);
|
||||
/* Init a stream */
|
||||
int (*init_sid)(struct sctp_stream *stream, __u16 sid, gfp_t gfp);
|
||||
/* free a stream */
|
||||
void (*free_sid)(struct sctp_stream *stream, __u16 sid);
|
||||
/* Frees the entire thing */
|
||||
void (*free)(struct sctp_stream *stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user