Searched refs:outmessage (Results 1 – 1 of 1) sorted by relevance
542 struct msghdr outmessage; in sctp_send_shutdown() local551 outmessage.msg_name = NULL; in sctp_send_shutdown()552 outmessage.msg_namelen = 0; in sctp_send_shutdown()553 outmessage.msg_control = outcmsg; in sctp_send_shutdown()554 outmessage.msg_controllen = sizeof(outcmsg); in sctp_send_shutdown()555 outmessage.msg_flags = MSG_EOR; in sctp_send_shutdown()557 cmsg = CMSG_FIRSTHDR(&outmessage); in sctp_send_shutdown()561 outmessage.msg_controllen = cmsg->cmsg_len; in sctp_send_shutdown()568 ret = kernel_sendmsg(con->sock, &outmessage, NULL, 0, 0); in sctp_send_shutdown()1069 struct msghdr outmessage; in sctp_init_assoc() local[all …]