Searched refs:chunk (Results 1 – 7 of 7) sorted by relevance
/include/net/sctp/ |
D | sm.h | 180 __u8 sctp_get_chunk_type(struct sctp_chunk *chunk); 214 const struct sctp_chunk *chunk); 242 const struct sctp_chunk *chunk, 302 static inline __u16 sctp_data_size(struct sctp_chunk *chunk) in sctp_data_size() argument 306 size = ntohs(chunk->chunk_hdr->length); in sctp_data_size() 395 sctp_vtag_verify(const struct sctp_chunk *chunk, in sctp_vtag_verify() argument 404 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify() 414 sctp_vtag_verify_either(const struct sctp_chunk *chunk, in sctp_vtag_verify_either() argument 438 if ((!sctp_test_T_bit(chunk) && in sctp_vtag_verify_either() 439 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either() [all …]
|
D | ulpevent.h | 92 struct sctp_chunk *chunk, 105 struct sctp_chunk *chunk, 110 struct sctp_chunk *chunk, 128 struct sctp_chunk *chunk,
|
D | sctp.h | 532 #define sctp_walk_params(pos, chunk, member)\ argument 533 _sctp_walk_params((pos), (chunk), ntohs((chunk)->chunk_hdr.length), member) 535 #define _sctp_walk_params(pos, chunk, end, member)\ argument 536 for (pos.v = chunk->member;\ 537 pos.v <= (void *)chunk + end - ntohs(pos.p->length) &&\ 551 #define sctp_walk_fwdtsn(pos, chunk)\ argument 552 _sctp_walk_fwdtsn((pos), (chunk), ntohs((chunk)->chunk_hdr->length) - sizeof(struct sctp_fwdtsn_chu… 554 #define _sctp_walk_fwdtsn(pos, chunk, end)\ argument 555 for (pos = chunk->subh.fwdtsn_hdr->skip;\ 556 (void *)pos <= (void *)chunk->subh.fwdtsn_hdr->skip + end - sizeof(struct sctp_fwdtsn_skip);\
|
D | auth.h | 107 int sctp_auth_send_cid(sctp_cid_t chunk, const struct sctp_association *asoc); 108 int sctp_auth_recv_cid(sctp_cid_t chunk, const struct sctp_association *asoc);
|
D | command.h | 135 struct sctp_chunk *chunk; member 185 SCTP_ARG_CONSTRUCTOR(CHUNK, struct sctp_chunk *, chunk)
|
D | constants.h | 136 sctp_cid_t chunk; member 147 SCTP_SUBTYPE_CONSTRUCTOR(CHUNK, sctp_cid_t, chunk)
|
D | structs.h | 784 int sctp_user_addto_chunk(struct sctp_chunk *chunk, int off, int len, 794 const union sctp_addr *sctp_source(const struct sctp_chunk *chunk); 1190 int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk); 1418 sctp_init_chunk_t *peer_init, struct sctp_chunk *chunk, 1420 int sctp_process_init(struct sctp_association *, struct sctp_chunk *chunk,
|