Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsctp.h155 struct sctp_paramhdr { struct
282 struct sctp_paramhdr param_hdr;
288 struct sctp_paramhdr param_hdr;
294 struct sctp_paramhdr param_hdr;
300 struct sctp_paramhdr param_hdr;
306 struct sctp_paramhdr param_hdr;
312 struct sctp_paramhdr param_hdr;
318 struct sctp_paramhdr param_hdr;
324 struct sctp_paramhdr param_hdr;
330 struct sctp_paramhdr param_hdr;
[all …]
/linux/net/sctp/
H A Dauth.c476 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_get_hmac()
512 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_verify_hmac_id()
535 sizeof(struct sctp_paramhdr)) >> 1; in sctp_auth_asoc_set_default_hmac()
556 len = ntohs(param->param_hdr.length) - sizeof(struct sctp_paramhdr); in __sctp_auth_cid()
674 nchunks = param_len - sizeof(struct sctp_paramhdr); in sctp_auth_ep_add_chunkid()
711 htons(sizeof(struct sctp_paramhdr) + in sctp_auth_ep_set_hmacs()
945 htons(sizeof(struct sctp_paramhdr) + 2); in sctp_auth_init()
960 htons(sizeof(struct sctp_paramhdr)); in sctp_auth_init()
H A Dbind_addr.c267 struct sctp_paramhdr *param; in sctp_raw_to_bind_addrs()
275 param = (struct sctp_paramhdr *)raw_addr_list; in sctp_raw_to_bind_addrs()
H A Dstream.c482 static struct sctp_paramhdr *sctp_chunk_lookup_strreset_param( in sctp_chunk_lookup_strreset_param()
923 struct sctp_paramhdr *req; in sctp_process_strreset_resp()
H A Dassociola.c58 struct sctp_paramhdr *p; in sctp_association_init()
271 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
H A Dsm_statefuns.c1172 struct sctp_paramhdr *param_hdr; in sctp_sf_beat_8_3()
1191 param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr; in sctp_sf_beat_8_3()
3885 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf()
4027 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf_ack()
4141 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_reconf()
4854 struct sctp_paramhdr *param = ext; in sctp_sf_violation_paramlen()
H A Dinput.c1201 if (ntohs(ch->length) < sizeof(*asconf) + sizeof(struct sctp_paramhdr)) in __sctp_rcv_asconf_lookup()
H A Dsocket.c6950 sizeof(struct sctp_paramhdr); in sctp_getsockopt_hmac_ident()
7036 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_peer_auth_chunks()
7086 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_local_auth_chunks()
/linux/include/net/sctp/
H A Dsm.h217 struct sctp_paramhdr *param);
245 struct sctp_paramhdr **errp);
271 struct sctp_paramhdr **errp);