Searched defs:sctp_next_chunk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c291 sctp_next_chunk(sctp_chunk_hdr_t *ch, ssize_t *remaining) function
3270 if (!first || sctp_next_chunk(ch, &remlen) != NULL ||
3321 if (!first || sctp_next_chunk(ch, &remlen) != NULL ||
4351 ch = sctp_next_chunk(ch, &mlen);

Completed in 113 milliseconds