HomeSort by: relevance | last modified time | path
    Searched defs:m_reply (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_asconf.c 122 struct mbuf *m_reply = NULL; local
125 MGET(m_reply, M_DONTWAIT, MT_DATA);
126 if (m_reply == NULL) {
134 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
138 m_reply->m_len = aph->ph.param_length;
141 return m_reply;
148 struct mbuf *m_reply = NULL; local
153 MGET(m_reply, M_DONTWAIT, MT_DATA);
154 if (m_reply == NULL) {
162 aph = mtod(m_reply, struct sctp_asconf_paramhdr *)
199 struct mbuf *m_reply = NULL; local
304 struct mbuf *m_reply = NULL; local
461 struct mbuf *m_reply = NULL; local
    [all...]

Completed in 18 milliseconds