Searched defs:msghdr (Results 1 - 2 of 2) sorted by relevance

/net/rds/
H A Drecv.c294 * If msghdr is NULL, we will just purge the error queue.
296 int rds_notify_queue_get(struct rds_sock *rs, struct msghdr *msghdr) argument
313 if (msghdr) {
314 max_messages = msghdr->msg_controllen / CMSG_SPACE(sizeof(cmsg));
334 if (msghdr) {
338 err = put_cmsg(msghdr, SOL_RDS, RDS_CMSG_RDMA_STATUS,
363 static int rds_notify_cong(struct rds_sock *rs, struct msghdr *msghdr) argument
369 err = put_cmsg(msghdr, SOL_RD
[all...]
/net/sctp/
H A Dulpevent.c909 /* Copy out the sndrcvinfo into a msghdr. */
911 struct msghdr *msghdr)
984 put_cmsg(msghdr, IPPROTO_SCTP, SCTP_SNDRCV,
910 sctp_ulpevent_read_sndrcvinfo(const struct sctp_ulpevent *event, struct msghdr *msghdr) argument

Completed in 59 milliseconds