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