Searched refs:sctp_sndrcvinfo (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | sctp.h | 151 struct sctp_sndrcvinfo { struct 236 struct sctp_sndrcvinfo sndrcv; 355 struct sctp_sndrcvinfo ssf_info;
|
/linux-4.1.27/fs/dlm/ |
D | lowcomms.c | 541 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/ |
D | structs.h | 537 struct sctp_sndrcvinfo *, 601 struct sctp_sndrcvinfo sinfo; 1927 struct sctp_sndrcvinfo *srinfo;
|
D | sm.h | 202 const struct sctp_sndrcvinfo *sinfo,
|
/linux-4.1.27/net/sctp/ |
D | ulpevent.c | 506 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()
|
D | chunk.c | 166 struct sctp_sndrcvinfo *sinfo, in sctp_datamsg_from_user()
|
D | socket.c | 1595 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()
|
D | sm_make_chunk.c | 715 const struct sctp_sndrcvinfo *sinfo, in sctp_make_datafrag_empty() 742 memcpy(&retval->sinfo, sinfo, sizeof(struct sctp_sndrcvinfo)); in sctp_make_datafrag_empty()
|