Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsocket.c1633 if (cmsgs->prinfo) { in sctp_sendmsg_parse()
1634 srinfo->sinfo_timetolive = cmsgs->prinfo->pr_value; in sctp_sendmsg_parse()
1636 cmsgs->prinfo->pr_policy); in sctp_sendmsg_parse()
1926 if (!cmsgs->prinfo) in sctp_sendmsg_update_sinfo()
1930 if (!cmsgs->srinfo && !cmsgs->prinfo) in sctp_sendmsg_update_sinfo()
8977 cmsgs->prinfo = CMSG_DATA(cmsg); in sctp_msghdr_parse()
8978 if (cmsgs->prinfo->pr_policy & ~SCTP_PR_SCTP_MASK) in sctp_msghdr_parse()
8981 if (cmsgs->prinfo->pr_policy == SCTP_PR_SCTP_NONE) in sctp_msghdr_parse()
8982 cmsgs->prinfo->pr_value = 0; in sctp_msghdr_parse()
/linux/include/net/sctp/
H A Dstructs.h2171 struct sctp_prinfo *prinfo; member