Searched refs:ch_end (Results 1 – 3 of 3) sorted by relevance
683 int ch_end, offset = 0; in sctp_rcv_ootb() local 697 ch_end = offset + SCTP_PAD4(ntohs(ch->length)); in sctp_rcv_ootb() 698 if (ch_end > skb->len) in sctp_rcv_ootb() 723 offset = ch_end; in sctp_rcv_ootb() 724 } while (ch_end < skb->len); in sctp_rcv_ootb() 1245 __u8 *ch_end; in __sctp_rcv_walk_lookup() 1256 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in __sctp_rcv_walk_lookup() 1257 if (ch_end > skb_tail_pointer(skb)) in __sctp_rcv_walk_lookup() 1291 ch = (struct sctp_chunkhdr *)ch_end;1293 } while (ch_end 1237 __u8 *ch_end; __sctp_rcv_walk_lookup() local [all...]
3746 __u8 *ch_end; in sctp_sf_ootb() local3761 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in sctp_sf_ootb()3762 if (ch_end > skb_tail_pointer(skb)) in sctp_sf_ootb()3797 ch = (struct sctp_chunkhdr *)ch_end; in sctp_sf_ootb()3798 } while (ch_end + sizeof(*ch) < skb_tail_pointer(skb)); in sctp_sf_ootb()
4257 u16 ch_start, ch_end, i; in _set_wl_ch_map() local4285 ch_end = ch_start + afh->bw; in _set_wl_ch_map()4287 for (i = ch_start; i < ch_end; i++) { in _set_wl_ch_map()