Searched refs:sctp_sndrcvinfo (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/net/sctp/ |
| D | stream_interleave.h | 24 const struct sctp_sndrcvinfo *sinfo,
|
| D | structs.h | 535 struct sctp_sndrcvinfo *, 615 struct sctp_sndrcvinfo sinfo; 1111 struct sctp_sndrcvinfo *sinfo, int msg_len); 2160 struct sctp_sndrcvinfo *srinfo;
|
| D | sm.h | 191 const struct sctp_sndrcvinfo *sinfo,
|
| /Linux-v5.4/include/uapi/linux/ |
| D | sctp.h | 207 struct sctp_sndrcvinfo { struct 320 struct sctp_sndrcvinfo sndrcv; 447 struct sctp_sndrcvinfo ssf_info;
|
| /Linux-v5.4/net/sctp/ |
| D | chunk.c | 149 struct sctp_sndrcvinfo *sinfo, in sctp_datamsg_from_user()
|
| D | ulpevent.c | 490 memcpy(&ssf->ssf_info, &chunk->sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_ulpevent_make_send_failed() 932 struct sctp_sndrcvinfo sinfo; in sctp_ulpevent_read_sndrcvinfo()
|
| D | outqueue.c | 342 struct sctp_sndrcvinfo *sinfo, in sctp_prsctp_prune_sent() 382 struct sctp_sndrcvinfo *sinfo, int msg_len) in sctp_prsctp_prune_unsent() 420 struct sctp_sndrcvinfo *sinfo, int msg_len) in sctp_prsctp_prune()
|
| D | stream_interleave.c | 26 const struct sctp_sndrcvinfo *sinfo, in sctp_make_idatafrag_empty() 43 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_idatafrag_empty()
|
| D | socket.c | 1584 struct sctp_sndrcvinfo *srinfo, in sctp_sendmsg_parse() 1780 struct sctp_sndrcvinfo *sinfo) in sctp_sendmsg_to_asoc() 1904 struct sctp_sndrcvinfo *sinfo, in sctp_sendmsg_update_sinfo() 1933 struct sctp_sndrcvinfo _sinfo, *sinfo; in sctp_sendmsg() 2907 struct sctp_sndrcvinfo info; in sctp_setsockopt_default_send_param() 6438 struct sctp_sndrcvinfo info; in sctp_getsockopt_default_send_param() 8676 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_sndrcvinfo))) in sctp_msghdr_parse()
|
| D | sm_make_chunk.c | 723 const struct sctp_sndrcvinfo *sinfo, in sctp_make_datafrag_empty() 745 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_datafrag_empty()
|