Lines Matching refs:ext_param
210 struct sctp_supported_ext_param ext_param;
305 chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext);
347 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
348 ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext);
349 sctp_addto_chunk(retval, sizeof(ext_param), &ext_param);
383 struct sctp_supported_ext_param ext_param;
469 chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext);
497 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
498 ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext);
499 sctp_addto_chunk(retval, sizeof(ext_param), &ext_param);