Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsctp.h154 struct sctp_paramhdr { struct
283 struct sctp_paramhdr param_hdr;
289 struct sctp_paramhdr param_hdr;
295 struct sctp_paramhdr param_hdr;
301 struct sctp_paramhdr param_hdr;
307 struct sctp_paramhdr param_hdr;
313 struct sctp_paramhdr param_hdr;
319 struct sctp_paramhdr param_hdr;
325 struct sctp_paramhdr param_hdr;
331 struct sctp_paramhdr param_hdr;
[all …]
/Linux-v5.10/net/sctp/
Dauth.c543 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_get_hmac()
595 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_verify_hmac_id()
619 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_set_default_hmac()
647 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
768 nchunks = param_len - sizeof(struct sctp_paramhdr); in sctp_auth_ep_add_chunkid()
808 htons(sizeof(struct sctp_paramhdr) + in sctp_auth_ep_set_hmacs()
1028 htons(sizeof(struct sctp_paramhdr) + 2); in sctp_auth_init()
1043 htons(sizeof(struct sctp_paramhdr)); in sctp_auth_init()
Dsm_make_chunk.c131 static const struct sctp_paramhdr ecap_param = {
133 cpu_to_be16(sizeof(struct sctp_paramhdr)),
135 static const struct sctp_paramhdr prsctp_param = {
137 cpu_to_be16(sizeof(struct sctp_paramhdr)),
212 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init()
213 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init()
286 auth_hmacs = (struct sctp_paramhdr *)asoc->c.auth_hmacs; in sctp_make_init()
293 auth_chunks = (struct sctp_paramhdr *)asoc->c.auth_chunks; in sctp_make_init()
385 struct sctp_paramhdr *auth_chunks = NULL; in sctp_make_init_ack()
386 struct sctp_paramhdr *auth_random = NULL; in sctp_make_init_ack()
[all …]
Dbind_addr.c261 struct sctp_paramhdr *param; in sctp_raw_to_bind_addrs()
269 param = (struct sctp_paramhdr *)raw_addr_list; in sctp_raw_to_bind_addrs()
Dstream.c484 static struct sctp_paramhdr *sctp_chunk_lookup_strreset_param( in sctp_chunk_lookup_strreset_param()
925 struct sctp_paramhdr *req; in sctp_process_strreset_resp()
Dsm_statefuns.c1121 struct sctp_paramhdr *param_hdr; in sctp_sf_beat_8_3()
1140 param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr; in sctp_sf_beat_8_3()
3720 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf()
3863 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf_ack()
3978 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_reconf()
4685 struct sctp_paramhdr *param = ext; in sctp_sf_violation_paramlen()
Dassociola.c58 struct sctp_paramhdr *p; in sctp_association_init()
269 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
Dsocket.c6757 sizeof(struct sctp_paramhdr); in sctp_getsockopt_hmac_ident()
6843 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_peer_auth_chunks()
6893 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_local_auth_chunks()
/Linux-v5.10/include/net/sctp/
Dsm.h220 struct sctp_paramhdr *param);
243 struct sctp_paramhdr **errp);
269 struct sctp_paramhdr **errp);
Dsctp.h324 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))
433 (pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\
436 ntohs(pos.p->length) >= sizeof(struct sctp_paramhdr);\
Dstructs.h319 __u8 auth_random[sizeof(struct sctp_paramhdr) +
322 __u8 auth_chunks[sizeof(struct sctp_paramhdr) + SCTP_AUTH_MAX_CHUNKS];
347 struct sctp_paramhdr p;
357 struct sctp_paramhdr *p;
381 struct sctp_paramhdr param_hdr;