Searched refs:ch_end (Results 1 – 2 of 2) sorted by relevance
515 __u8 *ch_end; in sctp_rcv_ootb() local519 ch_end = ((__u8 *) ch) + WORD_ROUND(ntohs(ch->length)); in sctp_rcv_ootb()522 while (ch_end > (__u8 *)ch && ch_end < skb->tail) { in sctp_rcv_ootb()552 ch = (sctp_chunkhdr_t *) ch_end; in sctp_rcv_ootb()553 ch_end = ((__u8 *) ch) + WORD_ROUND(ntohs(ch->length)); in sctp_rcv_ootb()
3066 __u8 *ch_end; in sctp_sf_ootb() local3077 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length)); in sctp_sf_ootb()3090 ch = (sctp_chunkhdr_t *) ch_end; in sctp_sf_ootb()3091 } while (ch_end < skb->tail); in sctp_sf_ootb()