Searched defs:sctp_stream_interleave (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 55568 struct sctp_stream_interleave { struct 55569 __u16 data_chunk_len; 55570 __u16 ftsn_chunk_len; 55571 …*make_datafrag)(const struct sctp_association *, const struct sctp_sndrcvinfo *, int, __u8, gfp_t); 55572 void (*assign_number)(struct sctp_chunk *); 55573 bool (*validate_data)(struct sctp_chunk *); 55574 int (*ulpevent_data)(struct sctp_ulpq *, struct sctp_chunk *, gfp_t); 55575 int (*enqueue_event)(struct sctp_ulpq *, struct sctp_ulpevent *); 55576 void (*renege_events)(struct sctp_ulpq *, struct sctp_chunk *, gfp_t); 55577 void (*start_pd)(struct sctp_ulpq *, gfp_t); [all …]
|