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);
1234 __u8 *ch_end;
1245 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
1246 if (ch_end > skb_tail_pointer(skb))
1280 ch = (struct sctp_chunkhdr *)ch_end;
1282 } while (ch_end + sizeof(*ch) < skb_tail_pointer(skb));