Lines Matching defs:ch_end
683 int ch_end, offset = 0;
697 ch_end = offset + SCTP_PAD4(ntohs(ch->length));
698 if (ch_end > skb->len)
723 offset = ch_end;
724 } while (ch_end < skb->len);
1245 __u8 *ch_end;
1256 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
1257 if (ch_end > skb_tail_pointer(skb))
1291 ch = (struct sctp_chunkhdr *)ch_end;
1293 } while (ch_end + sizeof(*ch) < skb_tail_pointer(skb));