Home
last modified time | relevance | path

Searched refs:ch_end (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dinput.c515 __u8 *ch_end; in sctp_rcv_ootb() local
519 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()
Dsm_statefuns.c3066 __u8 *ch_end; in sctp_sf_ootb() local
3077 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()