Home | History | Annotate | Download | only in netinet

Lines Matching defs:oper

3214 				struct mbuf *oper;
3216 oper = NULL;
3217 MGETHDR(oper, M_DONTWAIT, MT_HEADER);
3218 if (oper) {
3220 oper->m_data +=
3223 mtod(oper, struct sctp_paramhdr *);
3228 sctp_queue_op_err(stcb, oper);
3490 struct mbuf *oper;
3492 oper = NULL;
3493 MGETHDR(oper, M_DONTWAIT, MT_HEADER);
3494 if (oper) {
3495 oper->m_len =
3496 oper->m_pkthdr.len =
3498 phdr = mtod(oper,
3506 iphlen, sh, oper);