Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dsctp.h164 typedef struct sctp_paramhdr { struct
304 struct sctp_paramhdr param_hdr;
310 struct sctp_paramhdr param_hdr;
/linux-4.1.27/include/net/sctp/
Dsm.h229 struct sctp_paramhdr *);
253 struct sctp_paramhdr **errp);
Dstructs.h339 struct sctp_paramhdr p;
349 struct sctp_paramhdr *p;
373 struct sctp_paramhdr param_hdr;
Dsctp.h297 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))
/linux-4.1.27/net/sctp/
Dbind_addr.c275 struct sctp_paramhdr *param; in sctp_raw_to_bind_addrs()
283 param = (struct sctp_paramhdr *)raw_addr_list; in sctp_raw_to_bind_addrs()
Dsm_make_chunk.c124 static const struct sctp_paramhdr ecap_param = {
126 cpu_to_be16(sizeof(struct sctp_paramhdr)),
128 static const struct sctp_paramhdr prsctp_param = {
130 cpu_to_be16(sizeof(struct sctp_paramhdr)),
1074 struct sctp_paramhdr phdr; in sctp_make_abort_violation()
1096 struct sctp_paramhdr *param) in sctp_make_violation_paramlen()
1918 struct sctp_paramhdr *param, in sctp_process_inv_paramlength()
3119 struct sctp_paramhdr **errp) in sctp_verify_asconf()
Dsm_statefuns.c3595 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf()
3712 struct sctp_paramhdr *err_param = NULL; in sctp_sf_do_asconf_ack()
4474 struct sctp_paramhdr *param = ext; in sctp_sf_violation_paramlen()