Lines Matching refs:oper
191 struct mbuf *oper; in sctp_threshold_management() local
192 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_threshold_management()
193 if (oper) { in sctp_threshold_management()
197 oper->m_len = sizeof(struct sctp_paramhdr) + in sctp_threshold_management()
199 ph = mtod(oper, struct sctp_paramhdr *); in sctp_threshold_management()
201 ph->param_length = htons(oper->m_len); in sctp_threshold_management()
205 sctp_abort_an_association(inp, stcb, SCTP_FAILED_THRESHOLD, oper); in sctp_threshold_management()
914 struct mbuf *oper; in sctp_cookie_timer() local
915 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_cookie_timer()
916 if (oper) { in sctp_cookie_timer()
920 oper->m_len = sizeof(struct sctp_paramhdr) + in sctp_cookie_timer()
922 ph = mtod(oper, struct sctp_paramhdr *); in sctp_cookie_timer()
924 ph->param_length = htons(oper->m_len); in sctp_cookie_timer()
929 oper); in sctp_cookie_timer()