ext_param         210 net/sctp/sm_make_chunk.c 	struct sctp_supported_ext_param ext_param;
ext_param         305 net/sctp/sm_make_chunk.c 		chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext);
ext_param         347 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
ext_param         348 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext);
ext_param         349 net/sctp/sm_make_chunk.c 		sctp_addto_chunk(retval, sizeof(ext_param), &ext_param);
ext_param         383 net/sctp/sm_make_chunk.c 	struct sctp_supported_ext_param ext_param;
ext_param         469 net/sctp/sm_make_chunk.c 		chunksize += SCTP_PAD4(sizeof(ext_param) + num_ext);
ext_param         497 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
ext_param         498 net/sctp/sm_make_chunk.c 		ext_param.param_hdr.length = htons(sizeof(ext_param) + num_ext);
ext_param         499 net/sctp/sm_make_chunk.c 		sctp_addto_chunk(retval, sizeof(ext_param), &ext_param);