ch_end           3915 drivers/infiniband/ulp/srp/ib_srp.c 		const int ch_end = ((node_idx + 1) * target->ch_count /
ch_end           3926 drivers/infiniband/ulp/srp/ib_srp.c 			if (ch_start + cpu_idx >= ch_end)
ch_end            668 net/sctp/input.c 	int ch_end, offset = 0;
ch_end            682 net/sctp/input.c 		ch_end = offset + SCTP_PAD4(ntohs(ch->length));
ch_end            683 net/sctp/input.c 		if (ch_end > skb->len)
ch_end            708 net/sctp/input.c 		offset = ch_end;
ch_end            709 net/sctp/input.c 	} while (ch_end < skb->len);
ch_end           1201 net/sctp/input.c 	__u8 *ch_end;
ch_end           1212 net/sctp/input.c 		ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
ch_end           1213 net/sctp/input.c 		if (ch_end > skb_tail_pointer(skb))
ch_end           1246 net/sctp/input.c 		ch = (struct sctp_chunkhdr *)ch_end;
ch_end           1248 net/sctp/input.c 	} while (ch_end < skb_tail_pointer(skb));
ch_end           3545 net/sctp/sm_statefuns.c 	__u8 *ch_end;
ch_end           3557 net/sctp/sm_statefuns.c 		ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
ch_end           3558 net/sctp/sm_statefuns.c 		if (ch_end > skb_tail_pointer(skb))
ch_end           3593 net/sctp/sm_statefuns.c 		ch = (struct sctp_chunkhdr *)ch_end;
ch_end           3594 net/sctp/sm_statefuns.c 	} while (ch_end < skb_tail_pointer(skb));