Searched refs:ch_end (Results 1 – 3 of 3) sorted by relevance
663 __u8 *ch_end; in sctp_rcv_ootb() local673 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length)); in sctp_rcv_ootb()674 if (ch_end > skb_tail_pointer(skb)) in sctp_rcv_ootb()699 ch = (sctp_chunkhdr_t *) ch_end; in sctp_rcv_ootb()700 } while (ch_end < skb_tail_pointer(skb)); in sctp_rcv_ootb()1040 __u8 *ch_end; in __sctp_rcv_walk_lookup() local1051 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length)); in __sctp_rcv_walk_lookup()1052 if (ch_end > skb_tail_pointer(skb)) in __sctp_rcv_walk_lookup()1085 ch = (sctp_chunkhdr_t *) ch_end; in __sctp_rcv_walk_lookup()1087 } while (ch_end < skb_tail_pointer(skb)); in __sctp_rcv_walk_lookup()
3416 __u8 *ch_end; in sctp_sf_ootb() local3461 ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length)); in sctp_sf_ootb()3462 if (ch_end > skb_tail_pointer(skb)) in sctp_sf_ootb()3466 ch = (sctp_chunkhdr_t *) ch_end; in sctp_sf_ootb()3467 } while (ch_end < skb_tail_pointer(skb)); in sctp_sf_ootb()
3282 const int ch_end = ((node_idx + 1) * target->ch_count / in srp_create_target() local3295 if (ch_start + cpu_idx >= ch_end) in srp_create_target()