Home
last modified time | relevance | path

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

/linux-3.4.99/fs/dlm/
Dlowcomms.c408 struct msghdr outmessage; in sctp_send_shutdown() local
417 outmessage.msg_name = NULL; in sctp_send_shutdown()
418 outmessage.msg_namelen = 0; in sctp_send_shutdown()
419 outmessage.msg_control = outcmsg; in sctp_send_shutdown()
420 outmessage.msg_controllen = sizeof(outcmsg); in sctp_send_shutdown()
421 outmessage.msg_flags = MSG_EOR; in sctp_send_shutdown()
423 cmsg = CMSG_FIRSTHDR(&outmessage); in sctp_send_shutdown()
427 outmessage.msg_controllen = cmsg->cmsg_len; in sctp_send_shutdown()
434 ret = kernel_sendmsg(con->sock, &outmessage, NULL, 0, 0); in sctp_send_shutdown()
841 struct msghdr outmessage; in sctp_init_assoc() local
[all …]