Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsctp.h155 struct sctp_paramhdr { struct
284 struct sctp_paramhdr param_hdr;
290 struct sctp_paramhdr param_hdr;
296 struct sctp_paramhdr param_hdr;
302 struct sctp_paramhdr param_hdr;
308 struct sctp_paramhdr param_hdr;
314 struct sctp_paramhdr param_hdr;
320 struct sctp_paramhdr param_hdr;
326 struct sctp_paramhdr param_hdr;
353 struct sctp_paramhdr p;
[all …]
/linux/net/sctp/
A 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()
1034 htons(sizeof(struct sctp_paramhdr) + 2); in sctp_auth_init()
1049 htons(sizeof(struct sctp_paramhdr)); in sctp_auth_init()
A Dsm_make_chunk.c133 cpu_to_be16(sizeof(struct sctp_paramhdr)),
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()
387 struct sctp_paramhdr *auth_hmacs = NULL; in sctp_make_init_ack()
1080 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1102 struct sctp_paramhdr *param) in sctp_make_violation_paramlen()
1969 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
2259 sizeof(struct sctp_paramhdr)) >> 1; in sctp_verify_param()
3206 struct sctp_paramhdr **errp) in sctp_verify_asconf()
[all …]
A 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()
A 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()
A Dassociola.c58 struct sctp_paramhdr *p; in sctp_association_init()
272 p = (struct sctp_paramhdr *)asoc->c.auth_random; in sctp_association_init()
A Dsm_statefuns.c1169 struct sctp_paramhdr *param_hdr; in sctp_sf_beat_8_3()
1188 param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr; in sctp_sf_beat_8_3()
3867 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf()
4009 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf_ack()
4123 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_reconf()
4836 struct sctp_paramhdr *param = ext; in sctp_sf_violation_paramlen()
A Dinput.c1196 if (ntohs(ch->length) < sizeof(*asconf) + sizeof(struct sctp_paramhdr)) in __sctp_rcv_asconf_lookup()
A Dsocket.c6892 sizeof(struct sctp_paramhdr); in sctp_getsockopt_hmac_ident()
6978 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_peer_auth_chunks()
7028 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr); in sctp_getsockopt_local_auth_chunks()
/linux/include/net/sctp/
A Dsm.h221 struct sctp_paramhdr *param);
249 struct sctp_paramhdr **errp);
275 struct sctp_paramhdr **errp);
A Dstructs.h323 __u8 auth_random[sizeof(struct sctp_paramhdr) +
326 __u8 auth_chunks[sizeof(struct sctp_paramhdr) + SCTP_AUTH_MAX_CHUNKS];
351 struct sctp_paramhdr p;
361 struct sctp_paramhdr *p;
385 struct sctp_paramhdr param_hdr;
A Dsctp.h327 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))
436 (pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\
439 ntohs(pos.p->length) >= sizeof(struct sctp_paramhdr);\

Completed in 60 milliseconds