Lines Matching defs:ch_end
671 int ch_end, offset = 0;
685 ch_end = offset + SCTP_PAD4(ntohs(ch->length));
686 if (ch_end > skb->len)
711 offset = ch_end;
712 } while (ch_end < skb->len);
1208 __u8 *ch_end;
1219 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
1220 if (ch_end > skb_tail_pointer(skb))
1253 ch = (struct sctp_chunkhdr *)ch_end;
1255 } while (ch_end + sizeof(*ch) < skb_tail_pointer(skb));