Searched refs:sctp_paramhdr (Results 1 – 4 of 4) sorted by relevance
155 struct sctp_paramhdr { struct282 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;351 struct sctp_paramhdr p;[all …]
217 struct sctp_paramhdr *param);245 struct sctp_paramhdr **errp);271 struct sctp_paramhdr **errp);
322 #define SCTP_SAT_LEN(x) (sizeof(struct sctp_paramhdr) + (x) * sizeof(__u16))429 (pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\432 ntohs(pos.p->length) >= sizeof(struct sctp_paramhdr);\
320 __u8 auth_random[sizeof(struct sctp_paramhdr) +323 __u8 auth_chunks[sizeof(struct sctp_paramhdr) + SCTP_AUTH_MAX_CHUNKS];348 struct sctp_paramhdr p;358 struct sctp_paramhdr *p;382 struct sctp_paramhdr param_hdr;
Completed in 21 milliseconds