Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsctp.h151 struct sctp_sndrcvinfo { struct
236 struct sctp_sndrcvinfo sndrcv;
355 struct sctp_sndrcvinfo ssf_info;
/linux-4.1.27/fs/dlm/
Dlowcomms.c541 static char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_send_shutdown()
544 struct sctp_sndrcvinfo *sinfo; in sctp_send_shutdown()
560 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo)); in sctp_send_shutdown()
563 memset(sinfo, 0x00, sizeof(struct sctp_sndrcvinfo)); in sctp_send_shutdown()
796 char incmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in receive_from_sock()
1068 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))]; in sctp_init_assoc()
1071 struct sctp_sndrcvinfo *sinfo; in sctp_init_assoc()
1127 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndrcvinfo)); in sctp_init_assoc()
1129 memset(sinfo, 0x00, sizeof(struct sctp_sndrcvinfo)); in sctp_init_assoc()
/linux-4.1.27/include/net/sctp/
Dstructs.h537 struct sctp_sndrcvinfo *,
601 struct sctp_sndrcvinfo sinfo;
1927 struct sctp_sndrcvinfo *srinfo;
Dsm.h202 const struct sctp_sndrcvinfo *sinfo,
/linux-4.1.27/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.c1595 struct sctp_sndrcvinfo default_sinfo; in sctp_sendmsg()
1596 struct sctp_sndrcvinfo *sinfo; in sctp_sendmsg()
2780 struct sctp_sndrcvinfo info; in sctp_setsockopt_default_send_param()
5092 struct sctp_sndrcvinfo info; in sctp_getsockopt_default_send_param()
6654 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()