Home
last modified time | relevance | path

Searched refs:ch_end (Results 1 – 2 of 2) sorted by relevance

/linux/net/sctp/
A Dinput.c694 int ch_end, offset = 0; in sctp_rcv_ootb() local
708 ch_end = offset + SCTP_PAD4(ntohs(ch->length)); in sctp_rcv_ootb()
709 if (ch_end > skb->len) in sctp_rcv_ootb()
734 offset = ch_end; in sctp_rcv_ootb()
735 } while (ch_end < skb->len); in sctp_rcv_ootb()
1231 __u8 *ch_end; in __sctp_rcv_walk_lookup() local
1242 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in __sctp_rcv_walk_lookup()
1243 if (ch_end > skb_tail_pointer(skb)) in __sctp_rcv_walk_lookup()
1277 ch = (struct sctp_chunkhdr *)ch_end; in __sctp_rcv_walk_lookup()
1279 } while (ch_end + sizeof(*ch) < skb_tail_pointer(skb)); in __sctp_rcv_walk_lookup()
A Dsm_statefuns.c3692 __u8 *ch_end; in sctp_sf_ootb() local
3707 ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length)); in sctp_sf_ootb()
3708 if (ch_end > skb_tail_pointer(skb)) in sctp_sf_ootb()
3743 ch = (struct sctp_chunkhdr *)ch_end; in sctp_sf_ootb()
3744 } while (ch_end < skb_tail_pointer(skb)); in sctp_sf_ootb()

Completed in 16 milliseconds