Searched refs:sctp_sndrcvinfo (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/net/sctp/ |
D | stream_interleave.h | 39 const struct sctp_sndrcvinfo *sinfo,
|
D | structs.h | 545 struct sctp_sndrcvinfo *, 625 struct sctp_sndrcvinfo sinfo; 1121 struct sctp_sndrcvinfo *sinfo, int msg_len); 2161 struct sctp_sndrcvinfo *srinfo;
|
D | sm.h | 206 const struct sctp_sndrcvinfo *sinfo,
|
/Linux-v4.19/include/uapi/linux/ |
D | sctp.h | 199 struct sctp_sndrcvinfo { struct 312 struct sctp_sndrcvinfo sndrcv; 439 struct sctp_sndrcvinfo ssf_info;
|
/Linux-v4.19/net/sctp/ |
D | chunk.c | 166 struct sctp_sndrcvinfo *sinfo, in sctp_datamsg_from_user()
|
D | ulpevent.c | 505 memcpy(&ssf->ssf_info, &chunk->sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_ulpevent_make_send_failed() 950 struct sctp_sndrcvinfo sinfo; in sctp_ulpevent_read_sndrcvinfo()
|
D | outqueue.c | 357 struct sctp_sndrcvinfo *sinfo, in sctp_prsctp_prune_sent() 399 struct sctp_sndrcvinfo *sinfo, int msg_len) in sctp_prsctp_prune_unsent() 439 struct sctp_sndrcvinfo *sinfo, int msg_len) in sctp_prsctp_prune()
|
D | stream_interleave.c | 41 const struct sctp_sndrcvinfo *sinfo, in sctp_make_idatafrag_empty() 58 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_idatafrag_empty()
|
D | socket.c | 1629 struct sctp_sndrcvinfo *srinfo, in sctp_sendmsg_parse() 1897 struct sctp_sndrcvinfo *sinfo) in sctp_sendmsg_to_asoc() 2018 struct sctp_sndrcvinfo *sinfo, in sctp_sendmsg_update_sinfo() 2047 struct sctp_sndrcvinfo _sinfo, *sinfo; in sctp_sendmsg() 2995 struct sctp_sndrcvinfo info; in sctp_setsockopt_default_send_param() 6127 struct sctp_sndrcvinfo info; in sctp_getsockopt_default_send_param() 8168 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_sndrcvinfo))) in sctp_msghdr_parse()
|
D | sm_make_chunk.c | 731 const struct sctp_sndrcvinfo *sinfo, in sctp_make_datafrag_empty() 753 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_datafrag_empty()
|