Searched refs:cmsgs (Results 1 – 2 of 2) sorted by relevance
1594 struct sctp_cmsgs *cmsgs);1596 static int sctp_sendmsg_parse(struct sock *sk, struct sctp_cmsgs *cmsgs, in sctp_sendmsg_parse() argument1609 memset(cmsgs, 0, sizeof(*cmsgs)); in sctp_sendmsg_parse()1610 err = sctp_msghdr_parse(msg, cmsgs); in sctp_sendmsg_parse()1617 if (cmsgs->srinfo) { in sctp_sendmsg_parse()1618 srinfo->sinfo_stream = cmsgs->srinfo->sinfo_stream; in sctp_sendmsg_parse()1619 srinfo->sinfo_flags = cmsgs->srinfo->sinfo_flags; in sctp_sendmsg_parse()1620 srinfo->sinfo_ppid = cmsgs->srinfo->sinfo_ppid; in sctp_sendmsg_parse()1621 srinfo->sinfo_context = cmsgs->srinfo->sinfo_context; in sctp_sendmsg_parse()1622 srinfo->sinfo_assoc_id = cmsgs->srinfo->sinfo_assoc_id; in sctp_sendmsg_parse()[all …]
158 Setup', and the kernel signals such to the user via the SCM_DEVMEM_* cmsgs::200 Applications may receive 2 cmsgs:210 Applications may receive no SO_DEVMEM_* cmsgs. That indicates non-devmem,