Home
last modified time | relevance | path

Searched refs:sctp_sndrcvinfo (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsctp.h151 struct sctp_sndrcvinfo { struct
236 struct sctp_sndrcvinfo sndrcv;
355 struct sctp_sndrcvinfo ssf_info;
/linux-4.4.14/include/net/sctp/
Dstructs.h537 struct sctp_sndrcvinfo *,
601 struct sctp_sndrcvinfo sinfo;
1928 struct sctp_sndrcvinfo *srinfo;
Dsm.h202 const struct sctp_sndrcvinfo *sinfo,
/linux-4.4.14/net/sctp/
Dulpevent.c506 memcpy(&ssf->ssf_info, &chunk->sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_ulpevent_make_send_failed()
867 struct sctp_sndrcvinfo sinfo; in sctp_ulpevent_read_sndrcvinfo()
Dchunk.c166 struct sctp_sndrcvinfo *sinfo, in sctp_datamsg_from_user()
Dsocket.c1598 struct sctp_sndrcvinfo default_sinfo; in sctp_sendmsg()
1599 struct sctp_sndrcvinfo *sinfo; in sctp_sendmsg()
2767 struct sctp_sndrcvinfo info; in sctp_setsockopt_default_send_param()
5079 struct sctp_sndrcvinfo info; in sctp_getsockopt_default_send_param()
6641 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_sndrcvinfo))) in sctp_msghdr_parse()
Dsm_make_chunk.c715 const struct sctp_sndrcvinfo *sinfo, in sctp_make_datafrag_empty()
742 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_datafrag_empty()