Home
last modified time | relevance | path

Searched refs:sctp_paramhdr (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/linux/
Dsctp.h169 struct sctp_paramhdr { struct
298 struct sctp_paramhdr param_hdr;
304 struct sctp_paramhdr param_hdr;
310 struct sctp_paramhdr param_hdr;
316 struct sctp_paramhdr param_hdr;
322 struct sctp_paramhdr param_hdr;
328 struct sctp_paramhdr param_hdr;
334 struct sctp_paramhdr param_hdr;
340 struct sctp_paramhdr param_hdr;
346 struct sctp_paramhdr param_hdr;
[all …]
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c146 static const struct sctp_paramhdr ecap_param = {
148 cpu_to_be16(sizeof(struct sctp_paramhdr)),
150 static const struct sctp_paramhdr prsctp_param = {
152 cpu_to_be16(sizeof(struct sctp_paramhdr)),
228 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init()
229 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init()
300 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init()
307 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init()
398 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init_ack()
399 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack()
[all …]
Dauth.c563 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_get_hmac()
615 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_verify_hmac_id()
639 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_set_default_hmac()
667 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
795 nchunks = param_len - sizeof(struct sctp_paramhdr); in sctp_auth_ep_add_chunkid()
835 htons(sizeof(struct sctp_paramhdr) + in sctp_auth_ep_set_hmacs()
Dendpointola.c93 htons(sizeof(struct sctp_paramhdr) + 2); in sctp_endpoint_init()
99 htons(sizeof(struct sctp_paramhdr)); in sctp_endpoint_init()
108 htons(sizeof(struct sctp_paramhdr) + 2); in sctp_endpoint_init()
Dbind_addr.c276 struct sctp_paramhdr *param; in sctp_raw_to_bind_addrs()
284 param = (struct sctp_paramhdr *)raw_addr_list; in sctp_raw_to_bind_addrs()
Dstream.c547 static struct sctp_paramhdr *sctp_chunk_lookup_strreset_param( in sctp_chunk_lookup_strreset_param()
998 struct sctp_paramhdr *req; in sctp_process_strreset_resp()
Dsm_statefuns.c1126 struct sctp_paramhdr *param_hdr; in sctp_sf_beat_8_3()
1145 param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr; in sctp_sf_beat_8_3()
3721 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf()
3840 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf_ack()
3958 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_reconf()
4665 struct sctp_paramhdr *param = ext; in sctp_sf_violation_paramlen()
Dassociola.c74 struct sctp_paramhdr *p; in sctp_association_init()
289 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
Dsocket.c6600 sizeof(struct sctp_paramhdr); in sctp_getsockopt_hmac_ident()
6685 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_peer_auth_chunks()
6733 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_local_auth_chunks()
/Linux-v4.19/include/net/sctp/
Dsm.h235 struct sctp_paramhdr *param);
258 struct sctp_paramhdr **errp);
284 struct sctp_paramhdr **errp);
Dsctp.h339 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))
448 (pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\
451 ntohs(pos.p->length) >= sizeof(struct sctp_paramhdr);\
Dstructs.h325 __u8 auth_random[sizeof(struct sctp_paramhdr) +
328 __u8 auth_chunks[sizeof(struct sctp_paramhdr) + SCTP_AUTH_MAX_CHUNKS];
353 struct sctp_paramhdr p;
363 struct sctp_paramhdr *p;
387 struct sctp_paramhdr param_hdr;