Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_BUF_NEXT

2003 		while (SCTP_BUF_NEXT(mret) != NULL) {
2004 mret = SCTP_BUF_NEXT(mret);
2006 SCTP_BUF_NEXT(mret) = sctp_get_mbuf_for_msg(plen, 0, M_NOWAIT, 1, MT_DATA);
2007 if (SCTP_BUF_NEXT(mret) == NULL) {
2011 mret = SCTP_BUF_NEXT(mret);
3760 for (mat = copy_init; mat; mat = SCTP_BUF_NEXT(mat)) {
3778 for (mat = copy_initack; mat; mat = SCTP_BUF_NEXT(mat)) {
3798 for (m_at = mret; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
3800 if (SCTP_BUF_NEXT(m_at) == NULL) {
3801 SCTP_BUF_NEXT(m_at) = copy_init;
3805 for (m_at = copy_init; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
3807 if (SCTP_BUF_NEXT(m_at) == NULL) {
3808 SCTP_BUF_NEXT(m_at) = copy_initack;
3812 for (m_at = copy_initack; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
3814 if (SCTP_BUF_NEXT(m_at) == NULL) {
3825 SCTP_BUF_NEXT(m_at) = sig;
3922 * Given a mbuf chain (via SCTP_BUF_NEXT()) that holds a packet header
4009 SCTP_BUF_NEXT(newm) = m;
4370 SCTP_BUF_NEXT(newm) = m;
4819 SCTP_BUF_NEXT(newm) = m;
5140 for (m_at = m; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
5141 if (SCTP_BUF_NEXT(m_at) == NULL)
6265 ol = SCTP_BUF_NEXT(ol);
6275 while (SCTP_BUF_NEXT(m_at) != NULL) {
6276 m_at = SCTP_BUF_NEXT(m_at);
6278 SCTP_BUF_NEXT(m_at) = op_err;
6279 while (SCTP_BUF_NEXT(m_at) != NULL) {
6280 m_at = SCTP_BUF_NEXT(m_at);
6285 for (m_tmp = m; m_tmp; m_tmp = SCTP_BUF_NEXT(m_tmp)) {
6287 if (SCTP_BUF_NEXT(m_tmp) == NULL) {
6301 SCTP_BUF_NEXT(m_tmp) = m_cookie;
6303 for (m_tmp = m_cookie; m_tmp; m_tmp = SCTP_BUF_NEXT(m_tmp)) {
6305 if (SCTP_BUF_NEXT(m_tmp) == NULL) {
6598 for (at = m; at; at = SCTP_BUF_NEXT(at)) {
6599 if (SCTP_BUF_NEXT(at) == NULL)
6680 if (SCTP_BUF_NEXT(m) == NULL) {
6684 m = SCTP_BUF_NEXT(m);
6720 SCTP_BUF_NEXT((*endofchain)) = m;
6734 for (mat = appendchain; mat; mat = SCTP_BUF_NEXT(mat)) {
6752 SCTP_BUF_NEXT(((*endofchain))) = appendchain;
6756 if (SCTP_BUF_NEXT(m) == NULL) {
6757 SCTP_BUF_NEXT(m) = appendchain;
6760 m = SCTP_BUF_NEXT(m);
6769 if (SCTP_BUF_NEXT(m) == NULL) {
6773 m = SCTP_BUF_NEXT(m);
6780 if (SCTP_BUF_NEXT(m) == NULL) {
6784 m = SCTP_BUF_NEXT(m);
6834 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) {
7041 SCTP_BUF_NEXT_PKT(at) = SCTP_BUF_NEXT(at) = 0;
7044 SCTP_BUF_NEXT(at) = sctp_get_mbuf_for_msg(left, 0, M_WAITOK, 1, MT_DATA);
7045 if (SCTP_BUF_NEXT(at) == NULL) {
7048 at = SCTP_BUF_NEXT(at);
7110 for (mat = m; mat; mat = SCTP_BUF_NEXT(mat)) {
7624 for (mat = chk->data; mat; mat = SCTP_BUF_NEXT(mat)) {
7636 sp->data = SCTP_BUF_NEXT(m);
7637 SCTP_BUF_NEXT(m) = NULL;
7667 while (SCTP_BUF_NEXT(chk->last_mbuf) != NULL) {
7668 chk->last_mbuf = SCTP_BUF_NEXT(chk->last_mbuf);
7709 SCTP_BUF_NEXT(chk->last_mbuf) = m_tmp;
7720 SCTP_BUF_NEXT(m) = chk->data;
7823 if ((lm = SCTP_BUF_NEXT(chk->last_mbuf)) != NULL) {
9192 mat = SCTP_BUF_NEXT(mat);
9257 for (mat = cookie; mat; mat = SCTP_BUF_NEXT(mat)) {
9329 for (mat = outchain; mat; mat = SCTP_BUF_NEXT(mat)) {
9616 for (mat = m_ack; mat; mat = SCTP_BUF_NEXT(mat)) {
11162 SCTP_BUF_NEXT(m_abort) = operr;
11165 for (m = operr; m; m = SCTP_BUF_NEXT(m)) {
11167 if (SCTP_BUF_NEXT(m) == NULL) {
11180 SCTP_BUF_NEXT(m_end) = m_abort;
11305 for (m_at = cause; m_at; m_at = SCTP_BUF_NEXT(m_at)) {
11306 if (SCTP_BUF_NEXT(m_at) == NULL)
11367 SCTP_BUF_NEXT(mout) = cause;
12589 SCTP_BUF_NEXT(m) = sctp_get_mbuf_for_msg(left, 0, M_WAITOK, 0, MT_DATA);
12590 if (SCTP_BUF_NEXT(m) == NULL) {
12597 m = SCTP_BUF_NEXT(m);
12613 SCTP_BUF_NEXT(m) = NULL;
12679 SCTP_BUF_NEXT(m) = sctp_get_mbuf_for_msg(left, 0, M_WAITOK, 0, MT_DATA);
12680 if (SCTP_BUF_NEXT(m) == NULL) {
12689 m = SCTP_BUF_NEXT(m);
12694 SCTP_BUF_NEXT(m) = NULL;
13418 for (cntm = top; cntm; cntm = SCTP_BUF_NEXT(cntm)) {
13472 SCTP_BUF_NEXT(mm) = top;
13757 SCTP_BUF_NEXT(sp->tail_mbuf) = mm;
14332 for (cn = m; cn; cn = SCTP_BUF_NEXT(cn)) {