Lines Matching refs:SCTP_BUF_NEXT
274 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) { in sctp_log_mbc()
2905 for (at = m; at != NULL; at = SCTP_BUF_NEXT(at)) { in sctp_calculate_len()
3050 m = SCTP_BUF_NEXT(m); in sctp_m_getptr()
3066 m = SCTP_BUF_NEXT(m); in sctp_m_getptr()
3108 SCTP_BUF_NEXT(m_last) = NULL; in sctp_add_pad_tombuf()
3109 SCTP_BUF_NEXT(m) = m_last; in sctp_add_pad_tombuf()
3126 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) { in sctp_pad_lastmbuf()
3127 if (SCTP_BUF_NEXT(m_at) == NULL) { in sctp_pad_lastmbuf()
3185 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_assoc_change()
3350 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_peer_addr_change()
3472 SCTP_BUF_NEXT(m_notify) = chk->data; in sctp_notify_send_failed()
3571 SCTP_BUF_NEXT(m_notify) = sp->data; in sctp_notify_send_failed2()
3632 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_adaptation_layer()
3688 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_partial_delivery_indication()
3755 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_shutdown_event()
3805 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_sender_dry_event()
3861 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_stream_reset_add()
3915 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_stream_reset_tsn()
3982 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_stream_reset()
4046 SCTP_BUF_NEXT(m_notify) = NULL; in sctp_notify_remote_error()
4840 m = SCTP_BUF_NEXT(m); in sctp_pull_off_control_to_new_inp()
4860 m = SCTP_BUF_NEXT(m); in sctp_pull_off_control_to_new_inp()
4938 SCTP_BUF_NEXT(prev) = sctp_m_free(m); in sctp_add_to_readq()
4939 m = SCTP_BUF_NEXT(prev); in sctp_add_to_readq()
4955 m = SCTP_BUF_NEXT(m); in sctp_add_to_readq()
5728 if (SCTP_BUF_NEXT(m_tmp) == NULL) { in sctp_sorecvmsg()
5732 m_tmp = SCTP_BUF_NEXT(m_tmp); in sctp_sorecvmsg()
6065 if ((SCTP_BUF_NEXT(m) == NULL) && in sctp_sorecvmsg()
6079 m = SCTP_BUF_NEXT(m); in sctp_sorecvmsg()
6377 m = SCTP_BUF_NEXT(m); in sctp_sorecvmsg()