Searched refs:m_shutdown (Results 1 – 3 of 3) sorted by relevance
211 m_shutdown(SD_NONE), in PseudoTcp()474 m_shutdown = force ? SD_FORCEFUL : SD_GRACEFUL; in Close()601 if (m_shutdown == SD_FORCEFUL) in clock_check()606 if ((m_shutdown == SD_GRACEFUL) && in clock_check()897 bool bIgnoreData = (seg.flags & FLAG_CTL) || (m_shutdown != SD_NONE); in process()
200 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown; variable
9824 struct mbuf *m_shutdown; local9839 m_shutdown = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_chunk), 0, M_NOWAIT, 1, MT_HEADER);9840 if (m_shutdown == NULL) {9844 SCTP_BUF_RESV_UF(m_shutdown, SCTP_MIN_OVERHEAD);9848 sctp_m_freem(m_shutdown);9859 chk->data = m_shutdown;9864 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *);9869 SCTP_BUF_LEN(m_shutdown) = chk->send_size;