Home
last modified time | relevance | path

Searched refs:sctp_datachk_len (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/net/sctp/
A Dulpevent.c450 skb_pull(skb, sctp_datachk_len(&asoc->stream)); in sctp_ulpevent_make_send_failed()
451 len -= sctp_datachk_len(&asoc->stream); in sctp_ulpevent_make_send_failed()
547 len -= sctp_datachk_len(&asoc->stream); in sctp_ulpevent_make_send_failed_event()
549 skb_pull(skb, sctp_datachk_len(&asoc->stream)); in sctp_ulpevent_make_send_failed_event()
A Dchunk.c177 sctp_datachk_len(&asoc->stream)); in sctp_datamsg_from_user()
A Dassociola.c1401 sctp_datachk_len(&asoc->stream)); in sctp_assoc_update_frag_point()
1407 sctp_datachk_len(&asoc->stream)); in sctp_assoc_update_frag_point()
A Doutput.c743 packet->overhead - sctp_datachk_len(&chunk->asoc->stream) - 4) in sctp_packet_can_append_data()
A Dsm_statefuns.c3199 if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream))) in sctp_sf_eat_data_6_2()
3319 if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream))) in sctp_sf_eat_data_fast_4_4()
6541 datalen -= sctp_datachk_len(&asoc->stream); in sctp_eat_data()
A Dsocket.c3270 __u16 datasize = asoc ? sctp_datachk_len(&asoc->stream) : in sctp_setsockopt_maxseg()
/linux-6.3-rc2/include/net/sctp/
A Dsm.h342 size -= sctp_datachk_len(&chunk->asoc->stream); in sctp_data_size()
A Dstructs.h1502 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() function

Completed in 107 milliseconds