Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dchunk.c179 sctp_datachk_len(&asoc->stream)); in sctp_datamsg_from_user()
Dulpevent.c431 skb_pull(skb, sctp_datachk_len(&asoc->stream)); in sctp_ulpevent_make_send_failed()
432 len -= sctp_datachk_len(&asoc->stream); in sctp_ulpevent_make_send_failed()
Dassociola.c1398 sctp_datachk_len(&asoc->stream)); in sctp_assoc_update_frag_point()
1404 sctp_datachk_len(&asoc->stream)); in sctp_assoc_update_frag_point()
Doutput.c719 packet->overhead - sctp_datachk_len(&chunk->asoc->stream) - 4) in sctp_packet_can_append_data()
Dsm_statefuns.c3076 if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream))) in sctp_sf_eat_data_6_2()
3196 if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream))) in sctp_sf_eat_data_fast_4_4()
6375 datalen -= sctp_datachk_len(&asoc->stream); in sctp_eat_data()
Dsocket.c3300 __u16 datasize = asoc ? sctp_datachk_len(&asoc->stream) : in sctp_setsockopt_maxseg()
/Linux-v5.4/include/net/sctp/
Dsm.h335 size -= sctp_datachk_len(&chunk->asoc->stream); in sctp_data_size()
Dstructs.h1483 static inline __u16 sctp_datachk_len(const struct sctp_stream *stream) in sctp_datachk_len() function