Lines Matching refs:chunk
174 __u8 sctp_get_chunk_type(struct sctp_chunk *chunk);
209 const struct sctp_chunk *chunk);
239 const struct sctp_chunk *chunk,
252 struct sctp_chunk *chunk, bool addr_param_needed,
299 static inline __u16 sctp_data_size(struct sctp_chunk *chunk) in sctp_data_size() argument
303 size = ntohs(chunk->chunk_hdr->length); in sctp_data_size()
392 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() argument
401 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
411 sctp_vtag_verify_either(const struct sctp_chunk *chunk, in sctp_vtag_verify_either() argument
435 if ((!sctp_test_T_bit(chunk) && in sctp_vtag_verify_either()
436 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
437 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
438 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()