Home
last modified time | relevance | path

Searched refs:srinfo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c1594 struct sctp_sndrcvinfo *srinfo, in sctp_sendmsg_parse()
1613 memset(srinfo, 0, sizeof(*srinfo)); in sctp_sendmsg_parse()
1614 if (cmsgs->srinfo) { in sctp_sendmsg_parse()
1615 srinfo->sinfo_stream = cmsgs->srinfo->sinfo_stream; in sctp_sendmsg_parse()
1616 srinfo->sinfo_flags = cmsgs->srinfo->sinfo_flags; in sctp_sendmsg_parse()
1617 srinfo->sinfo_ppid = cmsgs->srinfo in sctp_sendmsg_parse()
1593 sctp_sendmsg_parse(struct sock *sk, struct sctp_cmsgs *cmsgs, struct sctp_sndrcvinfo *srinfo, const struct msghdr *msg, size_t msg_len) sctp_sendmsg_parse() argument
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c1596 struct sctp_sndrcvinfo *srinfo, in sctp_sendmsg_parse()
1615 memset(srinfo, 0, sizeof(*srinfo)); in sctp_sendmsg_parse()
1616 if (cmsgs->srinfo) { in sctp_sendmsg_parse()
1617 srinfo->sinfo_stream = cmsgs->srinfo->sinfo_stream; in sctp_sendmsg_parse()
1618 srinfo->sinfo_flags = cmsgs->srinfo->sinfo_flags; in sctp_sendmsg_parse()
1619 srinfo->sinfo_ppid = cmsgs->srinfo in sctp_sendmsg_parse()
1595 sctp_sendmsg_parse(struct sock *sk, struct sctp_cmsgs *cmsgs, struct sctp_sndrcvinfo *srinfo, const struct msghdr *msg, size_t msg_len) sctp_sendmsg_parse() argument
[all...]
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h2164 struct sctp_sndrcvinfo *srinfo; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h2200 struct sctp_sndrcvinfo *srinfo; member

Completed in 24 milliseconds