Searched refs:m_reply (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_asconf.c80 struct mbuf *m_reply = NULL; local
83 m_reply = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_paramhdr),
85 if (m_reply == NULL) {
90 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
94 SCTP_BUF_LEN(m_reply) = aph->ph.param_length;
97 return (m_reply);
104 struct mbuf *m_reply = NULL; local
127 m_reply = sctp_get_mbuf_for_msg(buf_len, 0, M_NOWAIT, 1, MT_DATA);
128 if (m_reply == NULL) {
133 aph = mtod(m_reply, struc
156 struct mbuf *m_reply = NULL; local
316 struct mbuf *m_reply = NULL; local
454 struct mbuf *m_reply = NULL; local
[all...]

Completed in 99 milliseconds